Commit 88f609ef authored by Jacek Sowiński's avatar Jacek Sowiński

Update synopsis and help for 'postpone' command

parent 51e53587
......@@ -103,13 +103,13 @@ class PostponeCommand(Command):
self.error(self.usage())
def usage(self):
return "Synopsis: postpone [-s] <NUMBER> <PATTERN>"
return "Synopsis: postpone [-s] <NUMBER> [<NUMBER2> ...] <PATTERN>"
def help(self):
return """\
Postpone a todo item with the given number and the given pattern.
Postpone the todo item(s) with the given number(s) and the given pattern.
Postponing is done by adjusting the due date of the todo, and if the -s flag is
Postponing is done by adjusting the due date(s) of the todo(s), and if the -s flag is
given, the start date accordingly.
The pattern is a relative date, written in the format <COUNT><PERIOD> where
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment