]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Improve help message.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 24 Jan 2013 21:32:32 +0000 (21:32 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 24 Jan 2013 21:32:32 +0000 (21:32 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13266

perf/vg_perf.in

index 5527b75b4f653388a518ea35f5b9f66799277887..5d31f48a83b62a5244ef559b26959525c1a73337 100644 (file)
@@ -63,8 +63,9 @@ usage: vg_perf [options] [files or dirs]
     -h --help             show this message
     --reps=<n>            number of repeats for each program [1]
     --tools=<t1,t2,t3>    tools to run [Nulgrind and Memcheck]
-    --vg                  Valgrind(s) to measure  [Valgrind in the current directory]
-                          (can be specified multiple times).
+    --vg=<dir>            top-level directory containing Valgrind to measure
+                          [Valgrind in the current directory, i.e. --vg=.]
+                          Can be specified multiple times.
                           The "in-place" build is used.
 
     --outer-valgrind: run these Valgrind(s) under the given outer valgrind.