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

Fix typo on ls format specifiers

This commit is contained in:
Daniel J. Perry 2022-09-28 22:51:45 -04:00
parent 57d7577c98
commit 0c0fb14071

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.