Update _bpython: --version short argument fix

This commit is contained in:
ioxenus 2012-01-23 03:13:40 +04:00
parent 07ce97ed85
commit d88a9c92ba
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ _arguments -A "-*" \
'(-h --help)'{-h,--help}'[Show help message]' \
'(-i --interactive)'{-i,--interactive}'[Drop to bpython shell after running file instead of exiting]' \
'(-q --quiet)'{-q,--quiet}"[Don't flush the output to stdout]" \
'(-v --version)'{-v,--version}'[Print version and exit]' \
'(-V --version)'{-V,--version}'[Print version and exit]' \
'--config[Use CONFIG instead of default config file]:Config file:_files' \
'*: :_files'