From 7cd21c475675bc2638ed09501786da2776e5bb31 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Tue, 10 Feb 2015 16:19:09 +0100 Subject: [PATCH] add --all for update --- _conda | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_conda b/_conda index b7f4cdb..e3deb34 100644 --- a/_conda +++ b/_conda @@ -124,7 +124,8 @@ case $state in '*:regex:' \ ;; (update) - _arguments -C $install_opts + _arguments -C $install_opts \ + '--all[Update all installed packages in the environment]' \ ;; (help) _arguments -C '(-h --help)'{-h,--help}'[show the help message and exit]' \