From 21feaf10a4c45306392669348a98040d653e4ea6 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sat, 5 Aug 2017 01:31:37 +0200 Subject: docs: Update docstrings for move commands --- alot/commands/globals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'alot/commands/globals.py') 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""" -- cgit v1.2.3