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

promote 'rbenv install -L', an alias of '--list-all'

As far as I search on Twitter, the short option is not well known.
parent 258455e7
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 local versions."
      echo "Use 'rbenv install --list-all / -L' to show all local versions."
    } 1>&2
    exit
    ;;