summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2011-10-10 11:33:05 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-10 04:13:20 +0200
commit33233ca3e3d79152744eedd353106c5d95737e00 (patch)
tree77e8e0fec04f227e0638b198e099d099aeb676fc /src/testlib
parent8ba313ee5a50786735e40cd6d0eb67ec5063c700 (diff)
update QmlTest option usage help
Change-Id: I8ccd49bcaac126af2bad2382d481857f1e48c18b Reviewed-on: http://codereview.qt-project.org/6274 Reviewed-by: Charles Yin <charles.yin@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qtestcase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp
index 898e46de61..1178b50ee4 100644
--- a/src/testlib/qtestcase.cpp
+++ b/src/testlib/qtestcase.cpp
@@ -1083,7 +1083,7 @@ Q_TESTLIB_EXPORT void qtest_qParseArgs(int argc, char *argv[], bool qml)
printf ("\n"
" QmlTest options:\n"
" -import : Specify an import directory.\n"
- " -input : Specify the root directory for test cases.\n"
+ " -input : Specify the root directory for test cases or a single test case file.\n"
" -qtquick1 : Run with QtQuick 1 rather than QtQuick 2.\n"
);
}