diff options
| author | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-06 13:44:11 +0000 |
|---|---|---|
| committer | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-06 13:44:11 +0000 |
| commit | a54fdc70be299a203a51d69c4e823f209a4c06ca (patch) | |
| tree | 6d1c67674d388e1ca64c4210e283d1bd11eea2c7 /Completion/Linux/Command/_analyseplugin | |
| parent | 27983: colours could be output twice (diff) | |
| download | zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.gz zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.bz2 zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.lz zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.xz zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.tar.zst zsh-a54fdc70be299a203a51d69c4e823f209a4c06ca.zip | |
unposted: fix incorrectly capitalized completion descriptions
Diffstat (limited to 'Completion/Linux/Command/_analyseplugin')
| -rw-r--r-- | Completion/Linux/Command/_analyseplugin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_analyseplugin b/Completion/Linux/Command/_analyseplugin index e7f90ba7b..f7f36db50 100644 --- a/Completion/Linux/Command/_analyseplugin +++ b/Completion/Linux/Command/_analyseplugin @@ -4,7 +4,7 @@ local expl context state line nopts ret=1 typeset -A opt_args _arguments \ - '-l[Gives a brief listing (one line per plugin)]' \ + '-l[gives a brief listing (one line per plugin)]' \ '(-)1:plugin file:->pfile' \ '(-)2::plugin label:->plabel' && ret=0 |
