Commit b4d3ed74 by Sam Stephenson

"Available" -> "Installed"

parent 681d6b59
...@@ -10,11 +10,10 @@ if [ -z "$RBENV_ROOT" ]; then ...@@ -10,11 +10,10 @@ if [ -z "$RBENV_ROOT" ]; then
RBENV_ROOT="${HOME}/.rbenv" RBENV_ROOT="${HOME}/.rbenv"
fi fi
unset FORCE
if [ "$1" = "-f" ]; then if [ "$1" = "-f" ]; then
FORCE=1 FORCE=true
shift shift
else
FORCE=""
fi fi
DEFINITION="$1" DEFINITION="$1"
...@@ -26,7 +25,7 @@ case "$DEFINITION" in ...@@ -26,7 +25,7 @@ case "$DEFINITION" in
echo " for confirmation. If the version does not exist, do not" echo " for confirmation. If the version does not exist, do not"
echo " display an error message." echo " display an error message."
echo echo
echo "Available versions:" echo "Installed versions:"
rbenv versions --bare | sed 's/^/ /' rbenv versions --bare | sed 's/^/ /'
echo echo
} >&2 } >&2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment