mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
CmdContext: Expand description
This commit is contained in:
parent
9a380887ee
commit
41823c7939
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue