Documentation

- Corrected command usages.
- Corrected help command output.
This commit is contained in:
Paul Beckingham
2012-03-06 00:36:37 -05:00
parent 2ab2497126
commit 8537ddbb5a
5 changed files with 13 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ extern Context context;
CmdPush::CmdPush ()
{
_keyword = "push";
_usage = "task push URL";
_usage = "task push <URL>";
_description = STRING_CMD_PUSH_USAGE;
_read_only = true;
_displays_id = false;