mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
fix typo in rbenv help
This commit is contained in:
parent
5c11f14c9b
commit
aae721c5f1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Some useful rbenv commands are:
|
|||
versions List all Ruby versions known by rbenv
|
||||
|
||||
See 'rbenv help <command>' for more information on a specific command.
|
||||
For more information, see: https://github.com/sstephenson/rbenv#readme
|
||||
For more information, see: https://github.com/sstephenson/rbenv#readme"
|
||||
;;
|
||||
set-default) echo "usage: rbenv set-default <version>
|
||||
|
||||
|
|
Loading…
Reference in a new issue