mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_HELP_TEXT
This commit is contained in:
parent
b942cae98e
commit
fc418d1195
10 changed files with 1 additions and 10 deletions
|
@ -41,7 +41,7 @@ CmdHelp::CmdHelp ()
|
|||
{
|
||||
_keyword = "help";
|
||||
_usage = "task help ['usage']";
|
||||
_description = STRING_CMD_HELP_USAGE;
|
||||
_description = "Displays this usage help text";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue