Commit e976c062 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Remove line from usage text.

parent dcb5891d
......@@ -41,9 +41,7 @@ class ListCommand(Command.Command):
self.out(self.todolist.view(sorter, filters).pretty_print())
def usage(self):
return """Synopsis: ls [-x] [expression]
Use "ls help" for more info."""
return """Synopsis: ls [-x] [expression]"""
def help(self):
return """Lists all relevant todos. A todo is relevant when:
......
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