mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-26 18:01:03 +02:00
Added missing closing double-quote.
This commit is contained in:
parent
8acdfd2981
commit
db51fbe679
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ _arguments -s \
|
||||||
'-v[enable verbose mode]' \
|
'-v[enable verbose mode]' \
|
||||||
'-w[enable warnings]' \
|
'-w[enable warnings]' \
|
||||||
'-h[show usage information]' \
|
'-h[show usage information]' \
|
||||||
'*:YODL input file:_files -g "*.(#i)yo(|dl)(-.)'
|
'*:YODL input file:_files -g "*.(#i)yo(|dl)(-.)"'
|
||||||
|
|
Loading…
Reference in a new issue