1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

allow indented lines in help text

Before, lines of help that were indented were stripped away.
This commit is contained in:
Mislav Marohnić
2012-12-29 22:48:28 +01:00
parent 2b21e22e97
commit 5cc6b0e3d3

View File

@@ -40,7 +40,7 @@ collect_documentation() {
next next
} }
/^([^ ]|$)/ { {
reading_usage = 0 reading_usage = 0
help = help "\n" $0 help = help "\n" $0
} }