summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2014-06-29 15:08:40 -0400
committerAlessandro Ghedini <alessandro@ghedini.me>2014-07-03 11:03:56 +0200
commit7450a7f5318612272871cdefd2b3571c3be3a37f (patch)
tree9fb72a38a0d4c7df109cd62a82cc5e8b412a4464 /TOOLS
parentbbc005825a60c792e550b2437283ebdc21128588 (diff)
downloadmpv-7450a7f5318612272871cdefd2b3571c3be3a37f.tar.bz2
mpv-7450a7f5318612272871cdefd2b3571c3be3a37f.tar.xz
TOOLS/zsh.pl: fix _arguments line
Don't use _x_arguments, as we don't support X arguments. Get rid of -s, because we don't support multiple single-letter options in one argument. Add -S, because we ignore options after "--".
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/zsh.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/zsh.pl b/TOOLS/zsh.pl
index 59979015fe..7edd782c00 100755
--- a/TOOLS/zsh.pl
+++ b/TOOLS/zsh.pl
@@ -37,7 +37,7 @@ my $tmpl = <<"EOS";
# mpv zsh completion
-_x_arguments -C -s \\
+_arguments -C -S \\
$opts_str
'*:files:->mfiles'