Преглед изворни кода

allow indented lines in help text

Before, lines of help that were indented were stripped away.
pull/360/head^2
Mislav Marohnić пре 13 година
родитељ
комит
5cc6b0e3d3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      libexec/rbenv-help

+ 1
- 1
libexec/rbenv-help Прегледај датотеку

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

Loading…
Откажи
Сачувај