Unverified Commit 4a0c87c8 authored by Hiroshi SHIBATA's avatar Hiroshi SHIBATA Committed by GitHub
Browse files

Merge pull request #1474 from metalefty/promote-rbenv-install-L

[easy] promote 'rbenv install -L', an alias of '--list-all'
parents 99f6bcbe a3189657
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
    ;;