1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -05:00

Tweak rbenv --version output

This commit is contained in:
Sam Stephenson
2012-12-13 11:22:06 -06:00
parent 3060578e3b
commit 1ebcbd92e2
2 changed files with 4 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ shopt -u nullglob
command="$1"
case "$command" in
"" | "-h" | "--help" )
echo -e "rbenv $(rbenv---version)\n$(rbenv-help)" >&2
echo -e "$(rbenv---version)\n$(rbenv-help)" >&2
;;
"-v" )
exec rbenv---version