From 3e0ed2d1a075a7ca242a323a2a64e287fc818dbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= <103243820+Romwierz@users.noreply.github.com> Date: Wed, 9 Sep 2026 11:00:06 +0200 Subject: [PATCH] change error message Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- libexec/pyenv-exec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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