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
}
/^([^ ]|$)/ {
{
reading_usage = 0
help = help "\n" $0
}