From 41823c7939daa1bb4963c77d8cb0ed7947640ae9 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 3 Apr 2021 00:07:10 -0400 Subject: [PATCH] CmdContext: Expand description --- src/commands/CmdContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdContext.cpp b/src/commands/CmdContext.cpp index fe251fb4c..b867a546d 100644 --- a/src/commands/CmdContext.cpp +++ b/src/commands/CmdContext.cpp @@ -41,7 +41,7 @@ CmdContext::CmdContext () { _keyword = "context"; _usage = "task context [ | ]"; - _description = "Set and define contexts (default filters)"; + _description = "Set and define contexts (default filters / modifications)"; _read_only = true; _displays_id = false; _needs_gc = false;