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