From 54afd3f860128c979490776fc3ae6f52fbce7520 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Fri, 22 Apr 2011 10:45:59 +0200 Subject: [PATCH] filter asciidoc comments in rfc.sh usage() out --- admin/rfc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin/rfc.sh b/admin/rfc.sh index c7d4dcb79..ce0e4d0ea 100755 --- a/admin/rfc.sh +++ b/admin/rfc.sh @@ -4,10 +4,9 @@ shopt -s extglob function usage() { - less -F <<"EOF" + grep -v '^// ' <<"EOF" | less -F Lumiera RFC maintenance script ============================== - // Note: the source of this documentation is maintained // directly admin/rfc.sh in its usage() function // edit it only there and then regenerate