diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-08 23:19:18 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-08 23:19:18 -0400 |
commit | 932971bdd66b628fa1bc34e68f1e468c14525b97 (patch) | |
tree | 37617572dbf664da1416616f7beb071f9899b49f | |
parent | 7515b9aff257769f1fa2b134896a359c6a3a72f0 (diff) | |
download | ssb-utils-932971bdd66b628fa1bc34e68f1e468c14525b97.tar.gz |
Add missing "create" argument to usage output
-rw-r--r-- | conda.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |