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:
@@ -40,7 +40,7 @@ collect_documentation() {
|
|||||||
next
|
next
|
||||||
}
|
}
|
||||||
|
|
||||||
/^([^ ]|$)/ {
|
{
|
||||||
reading_usage = 0
|
reading_usage = 0
|
||||||
help = help "\n" $0
|
help = help "\n" $0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user