commit:     5dc6b103e872997880554c1eb5544d50898e9892
Author:     ncaq <ncaq <AT> ncaq <DOT> net>
AuthorDate: Wed Apr  1 02:29:31 2015 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Wed Apr  1 02:29:31 2015 +0000
URL:        
https://gitweb.gentoo.org/proj/zsh-completion.git/commit/?id=5dc6b103

_gentoolkit: add missing equery arg -N or --no-pipe
fix Zsh can't complete when use -N option.

 src/_gentoolkit | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/_gentoolkit b/src/_gentoolkit
index 4d24688..acba5f6 100644
--- a/src/_gentoolkit
+++ b/src/_gentoolkit
@@ -59,6 +59,7 @@ _equery () {
 
   start_args=(
     {'(--nocolor)-C','(-C)--nocolor'}'[turns off colors]'
+    {'(--no-pipe)-N','(-N)--no-pipe'}'[turn off pipe detection]'
     {'(--quiet)-q','(-q)--quiet'}'[minimal output]'
     {'(--help)-h','(-h)--help'}'[show help]'
     {'(--version)-V','(-V)--version'}'[show version]'

Reply via email to