diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index 4eca8580a..f755735a7 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -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: ...\n"