mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +02:00
Command - denotate
- Implemented denotate in the new style.
This commit is contained in:
parent
8154222ef1
commit
e5ae145df2
4 changed files with 51 additions and 42 deletions
|
@ -41,7 +41,7 @@ extern Context context;
|
|||
CmdAnnotate::CmdAnnotate ()
|
||||
{
|
||||
_keyword = "annotate";
|
||||
_usage = "task annotate ID desc...";
|
||||
_usage = "task <filter> annotate <modifications>";
|
||||
_description = STRING_CMD_ANNO_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue