mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +02:00
l10n: Eliminated STRING_CMD_COMTAGS_USAGE
This commit is contained in:
parent
02b4d8e821
commit
541e6a1de8
10 changed files with 1 additions and 10 deletions
|
@ -145,7 +145,7 @@ CmdCompletionTags::CmdCompletionTags ()
|
|||
{
|
||||
_keyword = "_tags";
|
||||
_usage = "task <filter> _tags";
|
||||
_description = STRING_CMD_COMTAGS_USAGE;
|
||||
_description = "Shows only a list of all tags used, for autocompletion purposes";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue