add missing unknown

This commit is contained in:
Valentin Haenel
2015-02-11 13:39:54 +01:00
parent 8260ef5ae1
commit da4e60565b

2
_conda
View File

@@ -170,6 +170,7 @@ case $state in
$install_opts \ $install_opts \
$json_opts \ $json_opts \
$channel_opts \ $channel_opts \
'--unknown[use index metadata from the local package cache]' \
'--clone[path to (or name of) existing local environment]' \ '--clone[path to (or name of) existing local environment]' \
'--no-default-packages[ignore create_default_packages in condarc file]' \ '--no-default-packages[ignore create_default_packages in condarc file]' \
'*:packages:__conda_packages_search' \ '*:packages:__conda_packages_search' \
@@ -191,6 +192,7 @@ case $state in
$install_opts \ $install_opts \
$json_opts \ $json_opts \
$channel_opts \ $channel_opts \
'--unknown[use index metadata from the local package cache]' \
'--all[Update all installed packages in the environment]' \ '--all[Update all installed packages in the environment]' \
'*:packages:__conda_packages_installed' \ '*:packages:__conda_packages_installed' \
;; ;;