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:
parent
9f49864322
commit
7276d04934
12 changed files with 19 additions and 11 deletions
|
|
@ -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]'
|
||||
)
|
||||
;|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue