diff --git a/src/plugins/valgrind/callgrind/callgrindcontroller.cpp b/src/plugins/valgrind/callgrind/callgrindcontroller.cpp
index 1b52ed20543..04c7d59c52b 100644
--- a/src/plugins/valgrind/callgrind/callgrindcontroller.cpp
+++ b/src/plugins/valgrind/callgrind/callgrindcontroller.cpp
@@ -61,12 +61,11 @@ CallgrindController::~CallgrindController()
QString toOptionString(CallgrindController::Option option)
{
- /* Callgrind help from v3.6.0
+ /* callgrind_control help from v3.9.0
Options:
-h --help Show this help text
--version Show version
- -l --long Show more information
-s --stat Show statistics
-b --back Show stack/back trace
-e [,...] Show event counters for ,... (default: all)
@@ -74,7 +73,6 @@ QString toOptionString(CallgrindController::Option option)
-z --zero Zero all event counters
-k --kill Kill
--instr= Switch instrumentation state on/off
- -w= Specify the startup directory of an active Callgrind run
*/
switch (option) {