Add help text (#23)

This commit is contained in:
toramanlis
2023-04-09 03:11:51 +03:00
committed by GitHub
parent 810db7865a
commit 172a0edc54

View File

@@ -1,4 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
#
# Summary: Update pyenv, its plugins including the list of available versions
#
# Usage: pyenv update
#
set -e set -e
[ -n "$PYENV_DEBUG" ] && set -x [ -n "$PYENV_DEBUG" ] && set -x