Streamlined --help message a bit.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2430 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp
index 5357336..3c5c573 100644
--- a/none/tests/cmdline2.stdout.exp
+++ b/none/tests/cmdline2.stdout.exp
@@ -1,26 +1,21 @@
 usage: valgrind --tool=<toolname> [options] prog-and-args
 
   common user options for all Valgrind tools, with defaults in [ ]:
-    --tool=<name>             Use the Valgrind tool named <name>
+    --tool=<name>             use the Valgrind tool named <name>
     -h --help                 show this message
     --help-debug              show this message, plus debugging options
     --version                 show version
     -q --quiet                run silently; only print error msgs
     -v --verbose              be more verbose, incl counts of errors
     --trace-children=no|yes   Valgrind-ise child processes? [no]
-    --track-fds=no|yes        Track open file descriptors? [no]
+    --track-fds=no|yes        track open file descriptors? [no]
 
   uncommon user options for all Valgrind tools:
-    --run-libc-freeres=no|yes Free up glibc memory at exit? [yes]
-    --weird-hacks=hack1,hack2,...  [none]
-         recognised hacks are: lax-ioctls
-    --signal-polltime=<time>  time, in mS, we should poll for signals.
-                              Only applies for older kernels which need
-                              signal routing [50]
-    --lowlat-signals=no|yes   improve wake-up latency when a thread receives
-			       a signal [no]
-    --lowlat-syscalls=no|yes  improve wake-up latency when a thread's
-			       syscall completes [no]
+    --run-libc-freeres=no|yes free up glibc memory at exit? [yes]
+    --weird-hacks=hack1,hack2,...  recognised hacks: lax-ioctls [none]
+    --signal-polltime=<time>  signal poll period (mS) for older kernels [50]
+    --lowlat-signals=no|yes   improve thread signal wake-up latency [no]
+    --lowlat-syscalls=no|yes  improve thread syscall wake-up latency [no]
     --pointercheck=no|yes     enforce client address space limits [yes]
 
   user options for Valgrind tools that report errors: