diff --git a/bin/pyenv-update b/bin/pyenv-update index 978f77c..684defe 100755 --- a/bin/pyenv-update +++ b/bin/pyenv-update @@ -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