1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-13 22:03:52 -05:00

Prioritize rbenv local over rbenv global and rbenv shell

This commit is contained in:
Sam Stephenson
2013-01-03 10:39:48 -06:00
parent 7e85ae7bd2
commit 266d896871
2 changed files with 20 additions and 20 deletions

View File

@@ -143,7 +143,7 @@ if [ -z "$1" ] || [ "$1" == "rbenv" ]; then
[ -z "$usage" ] || exit
echo
echo "Some useful rbenv commands are:"
print_summaries commands global local shell install uninstall rehash version versions which whence
print_summaries commands local global shell install uninstall rehash version versions which whence
echo
echo "See \`rbenv help <command>' for information on a specific command."
echo "For full documentation, see: https://github.com/sstephenson/rbenv#readme"