From da4e60565bbf0dea1070a27507bfa034bbd4327f Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Wed, 11 Feb 2015 13:39:54 +0100 Subject: [PATCH] add missing unknown --- _conda | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_conda b/_conda index 89ec057..0d4fa48 100644 --- a/_conda +++ b/_conda @@ -170,6 +170,7 @@ case $state in $install_opts \ $json_opts \ $channel_opts \ + '--unknown[use index metadata from the local package cache]' \ '--clone[path to (or name of) existing local environment]' \ '--no-default-packages[ignore create_default_packages in condarc file]' \ '*:packages:__conda_packages_search' \ @@ -191,6 +192,7 @@ case $state in $install_opts \ $json_opts \ $channel_opts \ + '--unknown[use index metadata from the local package cache]' \ '--all[Update all installed packages in the environment]' \ '*:packages:__conda_packages_installed' \ ;;