mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
fix a typo in the help commnad
This commit is contained in:
parent
c1e811a4fe
commit
5ad8f47000
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ int CmdHelp::execute (std::string& output)
|
|||
" ( ) Precedence\n"
|
||||
"\n"
|
||||
" task due.before:eom priority.not:L list\n"
|
||||
" task '(due < eom or priority != L)' list\n"
|
||||
" task '(due < eom and priority != L)' list\n"
|
||||
"\n"
|
||||
"The default .taskrc file can be overridden with:\n"
|
||||
" task ... rc:<alternate file> ...\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue