mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +02:00
l10n: Eliminated STRING_CMD_*COMMANDS_*
This commit is contained in:
parent
e62b8702dc
commit
7bf8432ace
10 changed files with 3 additions and 30 deletions
|
@ -42,7 +42,7 @@ CmdCommands::CmdCommands ()
|
|||
{
|
||||
_keyword = "commands";
|
||||
_usage = "task commands";
|
||||
_description = STRING_CMD_COMMANDS_USAGE;
|
||||
_description = "Generates a list of all commands, with behavior details";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
@ -118,7 +118,7 @@ CmdCompletionCommands::CmdCompletionCommands ()
|
|||
{
|
||||
_keyword = "_commands";
|
||||
_usage = "task _commands";
|
||||
_description = STRING_CMD_HCOMMANDS_USAGE;
|
||||
_description = "Generates a list of all commands, for autocompletion purposes";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
@ -153,7 +153,7 @@ CmdZshCommands::CmdZshCommands ()
|
|||
{
|
||||
_keyword = "_zshcommands";
|
||||
_usage = "task _zshcommands";
|
||||
_description = STRING_CMD_ZSHCOMMANDS_USAGE;
|
||||
_description = "Generates a list of all commands, for zsh autocompletion purposes";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue