Skip to content

Commit

Permalink
cli.py: fix typo: incomplete tasks are show. => incomplete tasks are …
Browse files Browse the repository at this point in the history
…shown
  • Loading branch information
christf committed Sep 19, 2018
1 parent 2621307 commit b2ea6ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todoman/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def list(ctx, **kwargs):
List tasks. Filters any completed or cancelled tasks by default.
If no arguments are provided, all lists will be displayed, and only
incomplete tasks are show. Otherwise, only todos for the specified list
incomplete tasks are shown. Otherwise, only todos for the specified list
will be displayed.
eg:
Expand Down

0 comments on commit b2ea6ba

Please sign in to comment.