Commit 47781baa authored by user's avatar user

Update synopsis of 'todo pri'

parent 62afca6b
......@@ -68,9 +68,9 @@ class PriorityCommand(Command):
self.error(self.usage())
def usage(self):
return """Synopsis: pri <NUMBER> <PRIORITY>"""
return """Synopsis: pri <NUMBER1> [<NUMBER2> ...] <PRIORITY>"""
def help(self):
return """\
Sets the priority of todo the given number to the given priority.
Sets the priority of todo(s) the given number(s) to the given priority.
"""
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