1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 04:30:24 +02:00

add missing description argument in _values calls (16366)

This commit is contained in:
Oliver Kiddle 2001-12-19 15:10:38 +00:00
parent cd4e617bfd
commit 17502f6eb2
4 changed files with 10 additions and 5 deletions

View file

@ -35,7 +35,7 @@ case $service in
'(-N -A)2:password'
'(2)-s+[specify location of smb.conf]:smb.conf location:_files'
'(2)-O+[specify socket options]:socket options'
'(2)-R+[specify name resolution order]:name resolution order:_values -s " " lmhosts host wins bcast'
'(2)-R+[specify name resolution order]:name resolution order:_values -s " " "name resolution order" lmhosts host wins bcast'
'(2 -L -D -T)-M+[send message]:host:_hosts'
'(2)-i+[specify NetBIOS scope]:scope'
'(2)-N[suppress password prompt]'