From 23b59a099a5e98ceb59426d7631bb2c65f6b5f48 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 15 Jun 2014 22:37:06 +0300 Subject: [PATCH] Valgrind: Update callgrind_control help text Change-Id: I01088e55aceb8c973224de40ebe7dccc2587ca2d Reviewed-by: Christian Kandeler --- src/plugins/valgrind/callgrind/callgrindcontroller.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {