From 2c7ef2cee0ec50035beefd5fd25e815bf371f08b Mon Sep 17 00:00:00 2001 From: Charles Yin Date: Fri, 28 Oct 2011 13:33:46 +1000 Subject: Update qmltest usage help Add "-translation" command line option Task-number:QTBUG-22390 Change-Id: I0600b92767b73ccb54e8d70f6c7bb8bf8075c81c Reviewed-by: Michael Brasser --- src/testlib/qtestcase.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/testlib') diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 79d96d8278..cb039a6354 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -1094,9 +1094,10 @@ Q_TESTLIB_EXPORT void qtest_qParseArgs(int argc, char *argv[], bool qml) if (qml) { printf ("\n" " QmlTest options:\n" - " -import : Specify an import directory.\n" - " -input : Specify the root directory for test cases or a single test case file.\n" + " -import dir : Specify an import directory.\n" + " -input dir/file : Specify the root directory for test cases or a single test case file.\n" " -qtquick1 : Run with QtQuick 1 rather than QtQuick 2.\n" + " -translation file : Specify the translation file.\n" ); } -- cgit v1.2.3