Skip to content

Commit

Permalink
Fix typo on ls format specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
BioBox committed Sep 29, 2022
1 parent 57d7577 commit 0c0fb14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions topydo/commands/ListCommand.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ def help(self):
%P: Priority or placeholder space if no priority.
%s: Todo text.
%S: Todo text, truncated such that an item fits on one line.
%t: Absolute creation date.
%T: Relative creation date.
%t: Absolute start date.
%T: Relative start date.
%u: Todo's text-based ID.
%U: Todo's text-based ID padded with spaces.
%x: 'x' followed by absolute completion date.
Expand Down

0 comments on commit 0c0fb14

Please sign in to comment.