From ed3a61641b2475edadd0e206e5a8cfc4469d8bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Thu, 26 Jan 2017 14:56:28 +0100 Subject: [PATCH] docs.it4i/salomon/software/debuggers/valgrind.md --- docs.it4i/salomon/software/debuggers/valgrind.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/salomon/software/debuggers/valgrind.md b/docs.it4i/salomon/software/debuggers/valgrind.md index fd9615bc8..d6949285b 100644 --- a/docs.it4i/salomon/software/debuggers/valgrind.md +++ b/docs.it4i/salomon/software/debuggers/valgrind.md @@ -54,7 +54,7 @@ Now, compile it with Intel compiler: Now, lets run it with Valgrind. The syntax is: -valgrind [valgrind options] <your program binary> [your program options] +valgrind [valgrind options] < your program binary > [your program options] If no Valgrind options are specified, Valgrind defaults to running Memcheck tool. Please refer to the Valgrind documentation for a full description of command line options. -- GitLab