diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2004-02-16 10:40:58 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2004-02-16 10:40:58 +0000 |
commit | 98d2e15486ffec4643243a1fbafa635e78d48150 (patch) | |
tree | 681766633dc7c1fffd17a6bd0a6b3f4574d3fdf3 /Completion | |
parent | 7feb529776649143927eefb7d70e81305327f67b (diff) | |
download | zsh-98d2e15486ffec4643243a1fbafa635e78d48150.tar.gz zsh-98d2e15486ffec4643243a1fbafa635e78d48150.tar.xz zsh-98d2e15486ffec4643243a1fbafa635e78d48150.zip |
19423: correct typo in one of the options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/X/Command/_mplayer | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_mplayer b/Completion/X/Command/_mplayer index ea2922b36..9aad7a0c1 100644 --- a/Completion/X/Command/_mplayer +++ b/Completion/X/Command/_mplayer @@ -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))' \ |