mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Help
- Modified command usage help output.
This commit is contained in:
parent
067f5920bb
commit
5d9fb1fff9
2 changed files with 4 additions and 1 deletions
|
@ -35,7 +35,7 @@ extern Context context;
|
|||
CmdQuery::CmdQuery ()
|
||||
{
|
||||
_keyword = "_query";
|
||||
_usage = "task _query <external command>";
|
||||
_usage = "task _query [<filter>]";
|
||||
_description = "Executes external commands and scripts";
|
||||
_read_only = true;
|
||||
_displays_id = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue