Author: sewardj
Date: 2007-11-30 21:24:05 +0000 (Fri, 30 Nov 2007)
New Revision: 7258

Log:
Marginally enhance help message.

Modified:
   trunk/tests/vg_regtest.in


Modified: trunk/tests/vg_regtest.in
===================================================================
--- trunk/tests/vg_regtest.in   2007-11-30 17:50:44 UTC (rev 7257)
+++ trunk/tests/vg_regtest.in   2007-11-30 21:24:05 UTC (rev 7258)
@@ -89,7 +89,11 @@
 #----------------------------------------------------------------------------
 # 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.$$";
 


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to