From 5ad8f47000e5e39a533271ac44afa60f99d4122e Mon Sep 17 00:00:00 2001 From: Jasha <8935917+Jasha10@users.noreply.github.com> Date: Mon, 13 Sep 2021 13:31:21 -0500 Subject: [PATCH] fix a typo in the help commnad --- src/commands/CmdHelp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"