From 669f3a85a0648f90c2f4b31c2409ed6464915b36 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Wed, 11 Feb 2015 14:23:00 +0100 Subject: [PATCH] correction: -V is for --version --- _conda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_conda b/_conda index 503a2a2..6df205b 100644 --- a/_conda +++ b/_conda @@ -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 \