CmdContext: Expand description

This commit is contained in:
Tomas Babej 2021-04-03 00:07:10 -04:00
parent 9a380887ee
commit 41823c7939

View file

@ -41,7 +41,7 @@ CmdContext::CmdContext ()
{
_keyword = "context";
_usage = "task context [<name> | <subcommand>]";
_description = "Set and define contexts (default filters)";
_description = "Set and define contexts (default filters / modifications)";
_read_only = true;
_displays_id = false;
_needs_gc = false;