mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Documentation
- Corrected command usages. - Corrected help command output.
This commit is contained in:
parent
2ab2497126
commit
8537ddbb5a
5 changed files with 13 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue