From: Julian Seward Date: Fri, 30 Nov 2007 21:24:05 +0000 (+0000) Subject: Marginally enhance help message. X-Git-Tag: svn/VALGRIND_3_3_0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e70c4211ff0bc914a336a7a397425c6923f7115d;p=thirdparty%2Fvalgrind.git Marginally enhance help message. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7258 --- diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in index 37f7df0290..bfb362dbe7 100755 --- a/tests/vg_regtest.in +++ b/tests/vg_regtest.in @@ -89,7 +89,11 @@ use strict; #---------------------------------------------------------------------------- # Global vars #---------------------------------------------------------------------------- -my $usage="vg_regtest [--all, --valgrind, --valgrind-lib]\n"; +my $usage="\n" + . "Usage:\n" + . " vg_regtest [--all, --valgrind, --valgrind-lib]\n" + . " Use EXTRA_REGTEST_OPTS to supply extra args for all tests\n" + . "\n"; my $tmp="vg_regtest.tmp.$$";