mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
Bug #420 - Missing ID from help output
- Applied patch from Ed Neville to correct help output for the append and prepend commands.
This commit is contained in:
parent
213a7a519b
commit
356519e58f
3 changed files with 4 additions and 2 deletions
|
@ -83,11 +83,11 @@ int shortUsage (std::string &outs)
|
|||
table.addCell (row, 2, "Adds a new task that is already completed.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task append [tags] [attrs] desc...");
|
||||
table.addCell (row, 1, "task append ID [tags] [attrs] desc...");
|
||||
table.addCell (row, 2, "Appends more description to an existing task.");
|
||||
|
||||
row = table.addRow ();
|
||||
table.addCell (row, 1, "task prepend [tags] [attrs] desc...");
|
||||
table.addCell (row, 1, "task prepend ID [tags] [attrs] desc...");
|
||||
table.addCell (row, 2, "Prepends more description to an existing task.");
|
||||
|
||||
row = table.addRow ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue