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>
This commit is contained in:
Kai Koehne
2011-09-05 12:49:54 +02:00
parent 5a453c9995
commit fbddfa5c91

View File

@@ -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"