diff --git a/libexec/pyenv-exec b/libexec/pyenv-exec index a55d1a29..f2bc2449 100755 --- a/libexec/pyenv-exec +++ b/libexec/pyenv-exec @@ -70,7 +70,7 @@ if [ "${PYENV_BIN_PATH#${PYENV_ROOT}}" != "${PYENV_BIN_PATH}" ]; then fi if [ -n "$MODIFY_ENV" ]; then if [ "$(uname -s)" != Linux ]; then - echo 'Error: the -N option is supported only on Linux' >&2 + echo 'Error: the --environment option is supported only on Linux' >&2 exit 1 fi