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;