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

[easy] promote 'rbenv install -L', an alias of '--list-all'
This commit is contained in:
Hiroshi SHIBATA 2020-12-03 15:16:22 +09:00 committed by GitHub
commit 4a0c87c808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
;;