mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 09:40:37 +02:00
l10n: Eliminated STRING_CMD_ZSHATTS_USAGE
This commit is contained in:
parent
7bf8432ace
commit
ba11e9608f
10 changed files with 1 additions and 12 deletions
|
@ -28,10 +28,8 @@
|
|||
#include <CmdAttributes.h>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
#include <stdlib.h>
|
||||
#include <Context.h>
|
||||
#include <Command.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
|
@ -40,7 +38,7 @@ CmdZshAttributes::CmdZshAttributes ()
|
|||
{
|
||||
_keyword = "_zshattributes";
|
||||
_usage = "task _zshattributes";
|
||||
_description = STRING_CMD_ZSHATTS_USAGE;
|
||||
_description = "Generates a list of all attributes, for zsh autocompletion purposes";
|
||||
_read_only = true;
|
||||
_displays_id = false;
|
||||
_needs_gc = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue