Command Usage
- Enhanced CmdHelp by adding aliases. - Corrected usage for CmdModify. - Renamed CmdQuery --> CmdExport. - Added an alias _query --> export.
This commit is contained in:
@@ -40,8 +40,8 @@ extern Context context;
|
||||
CmdModify::CmdModify ()
|
||||
{
|
||||
_keyword = "modify";
|
||||
_usage = "task <filter> modify <modifications>\n"
|
||||
"task <sequence> <modifications>";
|
||||
_usage = "task <filter> modify <modifications>\n"
|
||||
"task <sequence> <modifications>";
|
||||
_description = "Modifies the existing task with provided arguments.\n"
|
||||
"The 'modify' keyword is optional.";
|
||||
_read_only = false;
|
||||
|
||||
Reference in New Issue
Block a user