소스 검색

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
}

불러오는 중...
취소
저장