summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/globals.py')
-rw-r--r--alot/commands/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index 7c590802..79b7e5f6 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -927,7 +927,7 @@ class ComposeCommand(Command):
arguments=[
(['movement'],
{'nargs': argparse.REMAINDER,
- 'help': 'up, down, [half]page up, [half]page down, first'})])
+ 'help': 'up, down, [half]page up, [half]page down, first, last'})])
class MoveCommand(Command):
"""move in widget"""