mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Add a help string to describe the debug option
This commit is contained in:
parent
c170255580
commit
dce4eb636a
1 changed files with 1 additions and 0 deletions
|
@ -587,6 +587,7 @@ for option in "${OPTIONS[@]}"; do
|
|||
"h" | "help" )
|
||||
usage without_exiting
|
||||
{ echo
|
||||
echo " -g/--debug Build a debug version"
|
||||
echo " -k/--keep Do not remove source tree after installation"
|
||||
echo " -v/--verbose Verbose mode: print compilation status to stdout"
|
||||
echo " --definitions List all built-in definitions"
|
||||
|
|
Loading…
Reference in a new issue