From 5cc6b0e3d3d9559b3134a42f02ac3ca3be752790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohnic=CC=81?= Date: Sat, 29 Dec 2012 22:48:28 +0100 Subject: [PATCH] allow indented lines in help text Before, lines of help that were indented were stripped away. --- libexec/rbenv-help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rbenv-help b/libexec/rbenv-help index 3bba20ad..8f90e2b5 100755 --- a/libexec/rbenv-help +++ b/libexec/rbenv-help @@ -40,7 +40,7 @@ collect_documentation() { next } - /^([^ ]|$)/ { + { reading_usage = 0 help = help "\n" $0 }