diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-11-23 23:24:27 -0800 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-11-23 23:25:07 -0800 |
commit | c39e97ef5dd136baf04259b291ab7c7bdcd2767d (patch) | |
tree | 275c8bb676383f38364a4f3a8d9573b99caf63e3 /src | |
parent | Removed unnecessarily toggles from options, that doesn't require it. Also kin... (diff) | |
download | zsh-completion-c39e97ef5dd136baf04259b291ab7c7bdcd2767d.tar.gz zsh-completion-c39e97ef5dd136baf04259b291ab7c7bdcd2767d.tar.bz2 zsh-completion-c39e97ef5dd136baf04259b291ab7c7bdcd2767d.zip |
_gentoolkit: fix description for euse --prune
Diffstat (limited to 'src')
-rw-r--r-- | src/_gentoolkit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_gentoolkit b/src/_gentoolkit index ef3db9a..7b04494 100644 --- a/src/_gentoolkit +++ b/src/_gentoolkit @@ -31,7 +31,7 @@ _euse () { {'(--active)-a','(-a)--active'}'[show currently active useflags and their origin]' {'(--enable)-E','(-E)--enable'}'[enable the given useflags]' {'(--disable)-D','(-D)--disable'}'[disable the given useflags]' - {'(--prune)-P','(-P)--prune'}'[show version]' + {'(--prune)-P','(-P)--prune'}'[alias for --remove]' ) suboptions_args=( {'(--global)-g','(-g)--global'}'[show only global use flags]' |