mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_HELP_USAGE_DESC
This commit is contained in:
parent
5cf7c12dc9
commit
3576e8f784
9 changed files with 1 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue