1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-01 16:31:53 +02:00

22174: fix misspelling of -Q for oggdec.

This commit is contained in:
Clint Adams 2006-01-28 15:31:36 +00:00
parent 4b3cdcdb69
commit b36a03d4b5
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
2006-01-28 Clint Adams <clint@zsh.org>
* 22174: Completion/Unix/Command/_vorbis: fix misspelling
of -Q for oggdec.
2006-01-28 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 22169: Doc/Zsh/zle.yo, Src/Zle/zle_keymap.c: hook function

@ -66,7 +66,7 @@ case $service in
;;
oggdec)
_arguments -s \
'(-q --quiet)'{-q,--quiet}'[quiet mode]' \
'(-Q --quiet)'{-Q,--quiet}'[quiet mode]' \
'(- *)'{-h,--help}'[print help information]' \
'(- *)'{-v,--version}'[display version information]' \
'(-b --bits)'{-b,--bits=}'[bits per sample]:bits per sample:(8 16)' \