aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conda.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/conda.sh b/conda.sh
index 7bd11eb..2ec9371 100644
--- a/conda.sh
+++ b/conda.sh
@@ -221,7 +221,7 @@ function ssb
if [[ -z $CONDA_PREFIX ]] && [[ $is_named == 0 ]]; then
ssb_emesg "Refusing to corrupt base installation!"
ssb_emesg "You are not in an active conda environment!"
- ssb_emesg "Use --name to update a specific environment!"
+ ssb_emesg "Use --name to interact with a specific environment!"
ssb_usage
return 1
fi