l10n: Eliminated STRING_CMD_HELP_USAGE_LABEL

This commit is contained in:
Paul Beckingham 2018-01-15 12:16:24 -05:00
parent 27c7d76884
commit ce4b92e5fc
10 changed files with 1 additions and 12 deletions

View file

@ -29,7 +29,6 @@
#include <algorithm>
#include <Table.h>
#include <Context.h>
#include <i18n.h>
#include <shared.h>
#include <format.h>
#include <util.h>
@ -191,7 +190,7 @@ std::string CmdHelp::composeUsage () const
// Static first row.
auto row = view.addRow ();
view.set (row, 0, STRING_CMD_HELP_USAGE_LABEL);
view.set (row, 0, "Usage:");
view.set (row, 1, "task");
view.set (row, 2, "Runs rc.default.command, if specified.");