l10n: Eliminated STRING_CMD_ZSHATTS_USAGE

This commit is contained in:
Paul Beckingham 2018-01-21 12:51:10 -05:00
parent 7bf8432ace
commit ba11e9608f
10 changed files with 1 additions and 12 deletions

View file

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