1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-02 06:40:55 +01:00

40808: fix typos where (x,y) should have been (x y) in _arguments syntax

This commit is contained in:
Fabian Klotzl 2017-03-09 20:27:41 -08:00 committed by Barton E. Schaefer
parent 9f49864322
commit 7276d04934
12 changed files with 19 additions and 11 deletions

View file

@ -125,7 +125,7 @@ case ${service%???}:${(M)service%???}:$OSTYPE in
;|
group:*)
args+=(
'(-g,--gid)'{-g+,--gid=}'[specify gid]:gid'
'(-g --gid)'{-g+,--gid=}'[specify gid]:gid'
'(-o --non-unique)'{-o,--non-unique}'[allow non unique gid]'
)
;|