From: Bart Van Assche Date: Thu, 26 Jun 2008 07:30:32 +0000 (+0000) Subject: Minor change of the help text. X-Git-Tag: svn/VALGRIND_3_4_0~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2cfeda8fead90302c808a8e2662e57df2873d6d;p=thirdparty%2Fvalgrind.git Minor change of the help text. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8280 --- diff --git a/exp-drd/drd_main.c b/exp-drd/drd_main.c index 9760ca1636..30cc0c5bda 100644 --- a/exp-drd/drd_main.c +++ b/exp-drd/drd_main.c @@ -185,8 +185,8 @@ static void drd_print_usage(void) " --var-info=yes|no Display the names of global, static and\n" " stack variables when a race is reported on such a variable. This\n" " information is by default not displayed since for big programs\n" -" reading in all debug information for all variables at once may\n" -" cause an out of memory error [no].\n" +" reading in all debug information at once may cause an out of\n" +" memory error [no].\n" "\n" " exp-drd options for monitoring process behavior:\n" " --trace-addr=
Trace all load and store activity for the.\n"