1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00

Merge pull request #302 from BioBox/typo

Fix typo on ls format specifiers
This commit is contained in:
David Steele 2022-09-30 23:30:20 -04:00 committed by GitHub
commit 4fef42562d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,8 +256,8 @@ When an EXPRESSION is given, only the todos matching that EXPRESSION are shown.
%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.