From 8b5b1f5f96879399d4ea621c54d7a1767be57852 Mon Sep 17 00:00:00 2001 From: Valentin Haenel Date: Tue, 10 Feb 2015 15:55:40 +0100 Subject: [PATCH] install missing the force --- _conda | 1 + 1 file changed, 1 insertion(+) diff --git a/_conda b/_conda index 4f1f6de..7472c2b 100644 --- a/_conda +++ b/_conda @@ -90,6 +90,7 @@ case $state in '--revision[revert to the specified revision]:revision' \ '(-y --yes)'{-y,--yes}'[do not ask for confirmation]' \ '--dry-run[only display what would have been done]' \ + '(-f --force)'{-f,--force}'[force install]' \ '--file[read package versions from file]:file:_path_files' \ '--unknown[use index metadata from the local package cache]' \ '--no-deps[do not install dependencies]' \