Author: chromatic
Date: Sat Jan  5 18:49:01 2008
New Revision: 24574

Modified:
   trunk/docs/debug.pod

Log:
[docs] Valgrind accepts "--log-file", not "--logfile" (Steven Dee, RT #49418).

Modified: trunk/docs/debug.pod
==============================================================================
--- trunk/docs/debug.pod        (original)
+++ trunk/docs/debug.pod        Sat Jan  5 18:49:01 2008
@@ -36,7 +36,7 @@
 You could, and should, also run the tests with a memory checker such as
 C<valgrind>.  You can enable C<valgrind>, by running:
 
-  shell> make test VALGRIND="valgrind --logfile=/tmp/grind"
+  shell> make test VALGRIND="valgrind --log-file=/tmp/grind"
 
 Another possibility is to use Electric Fence, or ...
 

Reply via email to