1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

19423: correct typo in one of the options

This commit is contained in:
Oliver Kiddle 2004-02-16 10:40:58 +00:00
parent 7feb529776
commit 98d2e15486
2 changed files with 6 additions and 1 deletions

@ -1,3 +1,8 @@
2004-02-16 Oliver Kiddle <opk@zsh.org>
* Frank v Waveren: 19423: Completion/X/Command/_mplayer: correct
typo in one of the options
2004-02-15 Oliver Kiddle <opk@zsh.org>
* 19422: Src/Zle/compctl.c: fix crash if given a long option

@ -102,7 +102,7 @@ _x_arguments -C -s \
'-vop[specify video output filters]:video output filters:->video-output-plugins' \
-vobsub:vobsub\ file -vobsubid:id -vsync \
'-x[scale image to x width if driver supports]:width' \
-xineramascreeen:screen -xvidopts:option \
-xineramascreen:screen -xvidopts:option \
'-xy[scale image by factor if driver supports]:factor' \
'-y[scale image to y height if driver supports]:height' \
'-z[specify compression level for png output]:compression-level:((0\:no\ compression 1 2 3 4 5 6\:default\ compression 7 8 9\:max\ compression))' \