Help
- Made all the usage strings for the 'help' command consistent with the implementation and with visual alignment.
This commit is contained in:
@@ -41,7 +41,7 @@ extern Context context;
|
||||
CmdShell::CmdShell ()
|
||||
{
|
||||
_keyword = "shell";
|
||||
_usage = "task shell";
|
||||
_usage = "task shell";
|
||||
_description = STRING_CMD_SHELL_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = true;
|
||||
|
||||
Reference in New Issue
Block a user