X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=topgit.git;a=blobdiff_plain;f=create-help.sh;fp=create-help.sh;h=766e8d4304ff24c1ff1251bef1d0d6ea4bc3b864;hp=0c40ee27899d60f0d9d62f84446156f110d0e7f0;hb=e311d15f39249ade0927df61994407c22440cf4e;hpb=db4bc100e4afd0e405443f5bab4a242b989a6a64 diff --git a/create-help.sh b/create-help.sh index 0c40ee2..766e8d4 100755 --- a/create-help.sh +++ b/create-help.sh @@ -10,8 +10,8 @@ fi < README awk ' BEGIN { incommand = 0; } /^tg '"$1"'$/ { incommand = 1; next; } - /^tg/ { incommand = 0; next; } /^~/ { next; } # Ignore the title underlines. + /^[^\t]/ { incommand = 0; next; } { if (incommand) { print $0; } } ' > tg-"$1".txt