From fbddfa5c91ee89dcbb54ab30d8303a462c16288e Mon Sep 17 00:00:00 2001 From: Kai Koehne <kai.koehne@nokia.com> Date: Mon, 5 Sep 2011 12:49:54 +0200 Subject: [PATCH] QmlProfilerTool: Fix help text Make sure it fits 80 columns. Change-Id: I52eea0e79be33ae7b546fbca6b7e07e1d78d2a94 Reviewed-on: http://codereview.qt.nokia.com/4191 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> --- src/tools/qmlprofilertool/qmlprofilerapplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/qmlprofilertool/qmlprofilerapplication.cpp b/src/tools/qmlprofilertool/qmlprofilerapplication.cpp index 75ee0daa0e0..8e8be8715b1 100644 --- a/src/tools/qmlprofilertool/qmlprofilerapplication.cpp +++ b/src/tools/qmlprofilertool/qmlprofilerapplication.cpp @@ -47,8 +47,8 @@ static const char usageTextC[] = " qmlprofiler [options] [program] [program-options]\n" " qmlprofiler [options] -attach [hostname]\n" "\n" -"QML Profiler is a command line client to retrieve tracing data from a QML engine.\n" -"The tracing data collected can then be visualized in Qt Creator.\n" +"QML Profiler is used to retrieve QML tracing data from a running application.\n" +"The data collected can then be visualized in Qt Creator.\n" "\n" "The application to be profiled has to enable QML debugging. See the Qt Creator\n" "documentation on how to do this for different Qt versions.\n" -- GitLab