fix a typo in the help commnad

This commit is contained in:
Jasha 2021-09-13 13:31:21 -05:00 committed by Tomas Babej
parent c1e811a4fe
commit 5ad8f47000

View file

@ -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"