瀏覽代碼

allow indented lines in help text

Before, lines of help that were indented were stripped away.
pull/360/head^2
Mislav Marohnić 11 年之前
父節點
當前提交
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…
取消
儲存