Documentation
- Corrected command usages. - Corrected help command output.
This commit is contained in:
@@ -44,7 +44,7 @@ extern Context context;
|
||||
CmdCalendar::CmdCalendar ()
|
||||
{
|
||||
_keyword = "calendar";
|
||||
_usage = "task calendar [due|month year|year]";
|
||||
_usage = "task calendar [due|<month> <year>|<year>] [y]";
|
||||
_description = STRING_CMD_CAL_USAGE;
|
||||
_read_only = true;
|
||||
_displays_id = true;
|
||||
|
||||
@@ -43,7 +43,7 @@ extern Context context;
|
||||
CmdMerge::CmdMerge ()
|
||||
{
|
||||
_keyword = "merge";
|
||||
_usage = "task merge URL";
|
||||
_usage = "task merge <URL>";
|
||||
_description = STRING_CMD_MERGE_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
|
||||
@@ -42,7 +42,7 @@ extern Context context;
|
||||
CmdPull::CmdPull ()
|
||||
{
|
||||
_keyword = "pull";
|
||||
_usage = "task pull URL";
|
||||
_usage = "task pull <URL>";
|
||||
_description = STRING_CMD_PULL_USAGE;
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user