mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-23 07:23:01 +00:00
Write help message to stdout
This commit is contained in:
parent
7860ad5268
commit
26ac59fd1d
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ case "$command" in
|
||||||
shift 1
|
shift 1
|
||||||
if [ "$1" = --help ]; then
|
if [ "$1" = --help ]; then
|
||||||
if [[ "$command" == "sh-"* ]]; then
|
if [[ "$command" == "sh-"* ]]; then
|
||||||
exec rbenv-help "$command" 1>&2
|
echo "rbenv help \"$command\""
|
||||||
else
|
else
|
||||||
exec rbenv-help "$command"
|
exec rbenv-help "$command"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue