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 2a47506 commit 3a0f79e
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 @@ -640,7 +640,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 3a0f79e

Please sign in to comment.