Commit 8cd2a648 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Fix the placeholder for literal percent signs in `help ls`

parent 893d9bba
...@@ -156,7 +156,7 @@ When an expression is given, only the todos matching that expression are shown. ...@@ -156,7 +156,7 @@ When an expression is given, only the todos matching that expression are shown.
%T: Relative creation date. %T: Relative creation date.
%x: 'x' followed by absolute completion date. %x: 'x' followed by absolute completion date.
%X: 'x' followed by relative completion date. %X: 'x' followed by relative completion date.
%%: Literal percent sign. \%: Literal percent sign.
Conditional characters can be added with blocks surrounded by curly Conditional characters can be added with blocks surrounded by curly
braces, they will only appear when a placeholder expanded to a value. braces, they will only appear when a placeholder expanded to a value.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment