1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 06:13:53 -05:00

Update help docs to clarify multiple version(s) are allowed (#1197)

* Update help docs to clarify multiple version(s) are allowed

* Tweek version(s) help description
This commit is contained in:
Brian Dowling
2020-03-19 17:35:46 -04:00
committed by GitHub
parent 89786b909f
commit a8ca63fcc0
5 changed files with 35 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Summary: Show the current Python version and its origin
# Summary: Show the current Python version(s) and its origin
#
# Shows the currently selected Python version and how it was
# Shows the currently selected Python version(s) and how it was
# selected. To obtain only the version string, use `pyenv
# version-name'.