diff --git a/docs.it4i/salomon/software/debuggers/valgrind.md b/docs.it4i/salomon/software/debuggers/valgrind.md
index fd9615bc83015b0609bed2e13ed97f957d5fd760..d6949285b667d04293176816ed32cdec130adb4b 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.