Command - denotate

- Implemented denotate in the new style.
This commit is contained in:
Paul Beckingham 2011-08-02 00:56:29 -04:00
parent 8154222ef1
commit e5ae145df2
4 changed files with 51 additions and 42 deletions

View file

@ -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;