|
From: <sv...@va...> - 2005-10-19 22:39:47
|
Author: njn
Date: 2005-10-19 23:39:40 +0100 (Wed, 19 Oct 2005)
New Revision: 4948
Log:
Make the usage message a little neater and more self-consistent.
Modified:
trunk/coregrind/m_main.c
trunk/memcheck/mc_main.c
trunk/none/tests/cmdline1.stdout.exp
trunk/none/tests/cmdline2.stdout.exp
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2005-10-19 11:23:07 UTC (rev 4947)
+++ trunk/coregrind/m_main.c 2005-10-19 22:39:40 UTC (rev 4948)
@@ -894,7 +894,7 @@
" --xml=3Dyes all output is in XML (Memcheck/Nulgrind=
only)\n"
" --xml-user-comment=3DSTR copy STR verbatim to XML output\n"
" --demangle=3Dno|yes automatically demangle C++ names? [yes]=
\n"
-" --num-callers=3D<number> show <num> callers in stack traces [12]=
\n"
+" --num-callers=3D<number> show <number> callers in stack traces [=
12]\n"
" --error-limit=3Dno|yes stop showing new errors if too many? [y=
es]\n"
" --show-below-main=3Dno|yes continue stack traces below main() [no]=
\n"
" --suppressions=3D<filename> suppress errors described in <filename>=
\n"
@@ -913,7 +913,7 @@
" --profile=3Dno|yes profile? (tool must be built for it) [n=
o]\n"
" --trace-flags=3D<XXXXXXXX> show generated code? (X =3D 0|1) [0000=
0000]\n"
" --profile-flags=3D<XXXXXXXX> ditto, but for profiling (X =3D 0|1) [=
00000000]\n"
-" --trace-notbelow=3D<number> only show BBs above <number> [0]\n"
+" --trace-notbelow=3D<number> only show BBs above <number> [0]\n"
" --trace-syscalls=3Dno|yes show all system calls? [no]\n"
" --trace-signals=3Dno|yes show signal handling details? [no]\n"
" --trace-symtab=3Dno|yes show symbol table details? [no]\n"
Modified: trunk/memcheck/mc_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/mc_main.c 2005-10-19 11:23:07 UTC (rev 4947)
+++ trunk/memcheck/mc_main.c 2005-10-19 22:39:40 UTC (rev 4948)
@@ -2269,7 +2269,7 @@
{ =20
MAC_(print_common_usage)();
VG_(printf)(
-" --avoid-strlen-errors=3Dno|yes suppress errs from inlined strlen [=
yes]\n"
+" --avoid-strlen-errors=3Dno|yes suppress errs from inlined strle=
n [yes]\n"
);
}
=20
Modified: trunk/none/tests/cmdline1.stdout.exp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/none/tests/cmdline1.stdout.exp 2005-10-19 11:23:07 UTC (rev 494=
7)
+++ trunk/none/tests/cmdline1.stdout.exp 2005-10-19 22:39:40 UTC (rev 494=
8)
@@ -29,7 +29,7 @@
--xml=3Dyes all output is in XML (Memcheck/Nulgrind =
only)
--xml-user-comment=3DSTR copy STR verbatim to XML output
--demangle=3Dno|yes automatically demangle C++ names? [yes]
- --num-callers=3D<number> show <num> callers in stack traces [12]
+ --num-callers=3D<number> show <number> callers in stack traces [1=
2]
--error-limit=3Dno|yes stop showing new errors if too many? [ye=
s]
--show-below-main=3Dno|yes continue stack traces below main() [no]
--suppressions=3D<filename> suppress errors described in <filename>
Modified: trunk/none/tests/cmdline2.stdout.exp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/none/tests/cmdline2.stdout.exp 2005-10-19 11:23:07 UTC (rev 494=
7)
+++ trunk/none/tests/cmdline2.stdout.exp 2005-10-19 22:39:40 UTC (rev 494=
8)
@@ -29,7 +29,7 @@
--xml=3Dyes all output is in XML (Memcheck/Nulgrind =
only)
--xml-user-comment=3DSTR copy STR verbatim to XML output
--demangle=3Dno|yes automatically demangle C++ names? [yes]
- --num-callers=3D<number> show <num> callers in stack traces [12]
+ --num-callers=3D<number> show <number> callers in stack traces [1=
2]
--error-limit=3Dno|yes stop showing new errors if too many? [ye=
s]
--show-below-main=3Dno|yes continue stack traces below main() [no]
--suppressions=3D<filename> suppress errors described in <filename>
@@ -48,7 +48,7 @@
--profile=3Dno|yes profile? (tool must be built for it) [no=
]
--trace-flags=3D<XXXXXXXX> show generated code? (X =3D 0|1) [00000=
000]
--profile-flags=3D<XXXXXXXX> ditto, but for profiling (X =3D 0|1) [0=
0000000]
- --trace-notbelow=3D<number> only show BBs above <number> [0]
+ --trace-notbelow=3D<number> only show BBs above <number> [0]
--trace-syscalls=3Dno|yes show all system calls? [no]
--trace-signals=3Dno|yes show signal handling details? [no]
--trace-symtab=3Dno|yes show symbol table details? [no]
|