l10n: Eliminated STRING_CMD_HELP_TEXT

This commit is contained in:
Paul Beckingham 2018-01-15 12:11:06 -05:00
parent b942cae98e
commit fc418d1195
10 changed files with 1 additions and 10 deletions

View file

@ -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;