mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_HELP_USAGE_LABEL
This commit is contained in:
parent
27c7d76884
commit
ce4b92e5fc
10 changed files with 1 additions and 12 deletions
|
@ -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.");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue