]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
The help text printed by command-line option -h does now show the default
authorBart Van Assche <bvanassche@acm.org>
Sat, 27 Mar 2010 07:38:39 +0000 (07:38 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 27 Mar 2010 07:38:39 +0000 (07:38 +0000)
value for option --read-var-info. Fixes bug #231458.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11097

coregrind/m_main.c
none/tests/cmdline1.stdout.exp
none/tests/cmdline2.stdout.exp

index b6b495e2db3974d4ba72e7d997195d876cfa5b05..6724273e0f37172a0b6c0ce16f69fe4a0f9f3ad6 100644 (file)
@@ -161,7 +161,7 @@ static void usage_NORETURN ( Bool debug_help )
 "    --read-var-info=yes|no    read debug info on stack and global variables\n"
 "                              and use it to print better error messages in\n"
 "                              tools that make use of it (Memcheck, Helgrind,\n"
-"                              DRD)\n"
+"                              DRD) [no]\n"
 "    --run-libc-freeres=no|yes free up glibc memory at exit on Linux? [yes]\n"
 "    --sim-hints=hint1,hint2,...  known hints:\n"
 "                                 lax-ioctls, enable-outer [none]\n"
index 903f72fbcacef033122f2fbcbf57409ae8b42b8e..d17677b18f3109a951d3699734a417e180e8b051 100644 (file)
@@ -50,7 +50,7 @@ usage: valgrind [options] prog-and-args
     --read-var-info=yes|no    read debug info on stack and global variables
                               and use it to print better error messages in
                               tools that make use of it (Memcheck, Helgrind,
-                              DRD)
+                              DRD) [no]
     --run-libc-freeres=no|yes free up glibc memory at exit on Linux? [yes]
     --sim-hints=hint1,hint2,...  known hints:
                                  lax-ioctls, enable-outer [none]
index 9a313622754d60aa83ebf3b3c9d3415ca8a2ede5..b3c438764e8295e6084faac106c46e4c0bbc71f3 100644 (file)
@@ -50,7 +50,7 @@ usage: valgrind [options] prog-and-args
     --read-var-info=yes|no    read debug info on stack and global variables
                               and use it to print better error messages in
                               tools that make use of it (Memcheck, Helgrind,
-                              DRD)
+                              DRD) [no]
     --run-libc-freeres=no|yes free up glibc memory at exit on Linux? [yes]
     --sim-hints=hint1,hint2,...  known hints:
                                  lax-ioctls, enable-outer [none]