install: reflect the new alias syntax in reference

This commit is contained in:
Ivan Pozdeev 2026-06-30 04:17:58 +03:00
parent 4c78a0dd50
commit a27d2723d6
2 changed files with 4 additions and 4 deletions

View File

@ -202,8 +202,8 @@ or, if you prefer 3.3.3 over 2.7.6,
Install a Python version (using [`python-build`](https://github.com/pyenv/pyenv/tree/master/plugins/python-build)). Install a Python version (using [`python-build`](https://github.com/pyenv/pyenv/tree/master/plugins/python-build)).
Usage: pyenv install [-f] [-kvp] <version> Usage: pyenv install [-f] [-kvp] <version>[:<alias>]
pyenv install [-f] [-kvp] <definition-file> pyenv install [-f] [-kvp] <definition-file>[:<alias>]
pyenv install -l|--list pyenv install -l|--list
-l/--list List all available versions -l/--list List all available versions

View File

@ -2,8 +2,8 @@
# #
# Summary: Install a Python version using python-build # Summary: Install a Python version using python-build
# #
# Usage: pyenv install [-f] [-kvp] <version>... # Usage: pyenv install [-f] [-kvp] <version>[:<alias>]...
# pyenv install [-f] [-kvp] <definition-file> # pyenv install [-f] [-kvp] <definition-file>[:<alias>]
# pyenv install -l|--list # pyenv install -l|--list
# pyenv install --version # pyenv install --version
# #