- Modified command usage help output.
This commit is contained in:
Paul Beckingham 2011-05-31 00:43:26 -04:00
parent 067f5920bb
commit 5d9fb1fff9
2 changed files with 4 additions and 1 deletions

View file

@ -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;