|
From: Nicholas N. <nj...@cs...> - 2005-03-01 20:25:41
|
CVS commit by nethercote: fix typo M +1 -1 valgrind-quick-start 1.3 --- devel-home/valgrind/valgrind-quick-start #1.2:1.3 @@ -25,5 +25,5 @@ Use this command line: - valgrind --tool=memcheck --num-callers=40 --leak-check=yes myprog arg2 arg2 + valgrind --tool=memcheck --num-callers=40 --leak-check=yes myprog arg1 arg2 The --tool option invokes Memcheck. The --num-callers option asks for big |