mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
allow indented lines in help text
Before, lines of help that were indented were stripped away.
This commit is contained in:
parent
2b21e22e97
commit
5cc6b0e3d3
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ collect_documentation() {
|
|||
next
|
||||
}
|
||||
|
||||
/^([^ ]|$)/ {
|
||||
{
|
||||
reading_usage = 0
|
||||
help = help "\n" $0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue