1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-01 21:51:40 +02:00

Added missing closing double-quote.

This commit is contained in:
Wayne Davison 2005-02-10 08:10:04 +00:00
parent 8acdfd2981
commit db51fbe679

View file

@ -11,4 +11,4 @@ _arguments -s \
'-v[enable verbose mode]' \
'-w[enable warnings]' \
'-h[show usage information]' \
'*:YODL input file:_files -g "*.(#i)yo(|dl)(-.)'
'*:YODL input file:_files -g "*.(#i)yo(|dl)(-.)"'