Parcourir la source

install: reflect the new alias syntax in reference

pull/3485/head
Ivan Pozdeev il y a 1 semaine
Parent
révision
a27d2723d6
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +2
    -2
      COMMANDS.md
  2. +2
    -2
      plugins/python-build/bin/pyenv-install

+ 2
- 2
COMMANDS.md Voir le fichier

@ -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)).
Usage: pyenv install [-f] [-kvp] <version>
pyenv install [-f] [-kvp] <definition-file>
Usage: pyenv install [-f] [-kvp] <version>[:<alias>]
pyenv install [-f] [-kvp] <definition-file>[:<alias>]
pyenv install -l|--list
-l/--list List all available versions

+ 2
- 2
plugins/python-build/bin/pyenv-install Voir le fichier

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

Chargement…
Annuler
Enregistrer