]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
DRD help text: remove a superfluous dot
authorBart Van Assche <bvanassche@acm.org>
Mon, 12 Dec 2011 15:49:00 +0000 (15:49 +0000)
committerBart Van Assche <bvanassche@acm.org>
Mon, 12 Dec 2011 15:49:00 +0000 (15:49 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12294

drd/drd_main.c

index 5b4d83d4063dbdd4fa1cbbc2342f30063bc7e67b..c9ed0ccc0c8630f1f86a691d39800c771dcec247 100644 (file)
@@ -217,7 +217,7 @@ static void DRD_(print_usage)(void)
 "    --show-stack-usage=yes|no Print stack usage at thread exit time [no].\n"
 "\n"
 "  drd options for monitoring process behavior:\n"
-"    --trace-addr=<address>    Trace all load and store activity for the.\n"
+"    --trace-addr=<address>    Trace all load and store activity for the\n"
 "                              specified address [off].\n"
 "    --trace-alloc=yes|no      Trace all memory allocations and deallocations\n""                              [no].\n"
 "    --trace-barrier=yes|no    Trace all barrier activity [no].\n"