Unverified Commit 61ca880f authored by Koichiro Iwao's avatar Koichiro Iwao
Browse files

Replace one more "all available versions" with "all local versions"

parent e5951b2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ for option in "${OPTIONS[@]}"; do
    {
      echo
      echo "Only latest stable releases for each Ruby implementation are shown."
      echo "Use 'rbenv install --list-all' to show all available versions."
      echo "Use 'rbenv install --list-all' to show all local versions."
    } 1>&2
    exit
    ;;