correction: -V is for --version

This commit is contained in:
Valentin Haenel
2015-02-11 14:23:00 +01:00
parent 30a6ba0fc3
commit 669f3a85a0

2
_conda
View File

@@ -78,7 +78,7 @@ __conda_commands(){
local -a opts
opts=(
'(-h --help)'{-h,--help}'[show this help message and exit]'
'(-v --version)'{-v,--version}'[show program''s version number and exit]'
'(-V --version)'{-V,--version}'[show program''s version number and exit]'
)
_arguments -C $opts \