summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index 0b6c864e..d8b67211 100644
--- a/HACKING
+++ b/HACKING
@@ -183,7 +183,7 @@ Debugging information
To run metacity under valgrind, use options typical for any Gnome
program, such as
- valgrind --logfile=metacity.log --tool=memcheck --num-callers=48 \
+ valgrind --log-file=metacity.log --tool=memcheck --num-callers=48 \
--leak-check=yes --leak-resolution=high --show-reachable=yes \
./src/metacity --replace
where, again, the backslashes mean to join all the stuff on the following