mirror of
https://github.com/pyenv/pyenv-update.git
synced 2025-12-08 16:11:26 +09:00
Add help text (#23)
This commit is contained in:
parent
810db7865a
commit
172a0edc54
@ -1,4 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Summary: Update pyenv, its plugins including the list of available versions
|
||||
#
|
||||
# Usage: pyenv update
|
||||
#
|
||||
|
||||
set -e
|
||||
[ -n "$PYENV_DEBUG" ] && set -x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user