From 932971bdd66b628fa1bc34e68f1e468c14525b97 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sat, 8 Oct 2016 23:19:18 -0400 Subject: Add missing "create" argument to usage output --- conda.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'conda.sh') diff --git a/conda.sh b/conda.sh index 049354b..7bd11eb 100644 --- a/conda.sh +++ b/conda.sh @@ -43,6 +43,7 @@ General Arguments: Mode Arguments: --install -i Perform an installation --update -u Perform an update + --create -c Create an environment Positional Arguments: package Name of package(s) to update -- cgit