- Localized more commands.
This commit is contained in:
Paul Beckingham
2011-07-10 11:08:40 -04:00
parent ba723db9d7
commit e5139780ea
8 changed files with 85 additions and 80 deletions

View File

@@ -40,7 +40,7 @@ extern Context context;
CmdAdd::CmdAdd ()
{
_keyword = "add";
_usage = "task add [tags] [attrs] desc...";
_usage = "task add <modifications>";
_description = STRING_CMD_ADD_USAGE;
_read_only = false;
_displays_id = false;