mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
fix wrong link to the README in the help message
This commit is contained in:
parent
c9575d7cb0
commit
a16355fe33
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Some useful pyenv commands are:
|
||||||
whence List all Python versions with the given command
|
whence List all Python versions with the given command
|
||||||
|
|
||||||
See 'pyenv help <command>' for information on a specific command.
|
See 'pyenv help <command>' for information on a specific command.
|
||||||
For full documentation, see: https://github.com/sstephenson/pyenv#readme"
|
For full documentation, see: https://github.com/yyuu/pyenv#readme"
|
||||||
;;
|
;;
|
||||||
commands) echo "usage: pyenv commands
|
commands) echo "usage: pyenv commands
|
||||||
pyenv commands --sh
|
pyenv commands --sh
|
||||||
|
|
Loading…
Reference in a new issue