mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-03 07:41:23 +02:00
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:
commit
4a0c87c808
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue