l10n: Eliminated STRING_CMD_HELP_USAGE_DESC

This commit is contained in:
Paul Beckingham 2018-01-15 12:14:36 -05:00
parent 5cf7c12dc9
commit 3576e8f784
9 changed files with 1 additions and 9 deletions

View file

@ -193,7 +193,7 @@ std::string CmdHelp::composeUsage () const
auto row = view.addRow ();
view.set (row, 0, STRING_CMD_HELP_USAGE_LABEL);
view.set (row, 1, "task");
view.set (row, 2, STRING_CMD_HELP_USAGE_DESC);
view.set (row, 2, "Runs rc.default.command, if specified.");
// Obsolete method of getting a list of all commands.
std::vector <std::string> all;