mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
parent
a761ff602d
commit
e93ae00ca1
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ case "$command" in
|
|||
shift 1
|
||||
if [ "$1" = --help ]; then
|
||||
if [[ "$command" == "sh-"* ]]; then
|
||||
exec pyenv-help "$command" 1>&2
|
||||
echo "pyenv help \"$command\""
|
||||
else
|
||||
exec pyenv-help "$command"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue