Unverified Commit c634b8e8 authored by Koichiro Iwao's avatar Koichiro Iwao
Browse files

Reword s/Try/Use/

parent b2c25b68
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 "Try 'rbenv install --list-all' to show all available versions."
      echo "Use 'rbenv install --list-all' to show all available versions."
    } 1>&2
    exit
    ;;