diff options
author | Thiago Marcos P. Santos <thiago.santos@nokia.com> | 2011-01-14 09:15:58 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2011-01-14 10:46:56 (GMT) |
commit | 003995384b06d3663c3a9c42a97c32f960a8e92f (patch) | |
tree | 3b97de419c72b9595d7e970ad8557e655ee9825a /tools/runonphone | |
parent | d4479f37edd5d38455399d31799de57aa08e62e3 (diff) | |
download | Qt-003995384b06d3663c3a9c42a97c32f960a8e92f.zip Qt-003995384b06d3663c3a9c42a97c32f960a8e92f.tar.gz Qt-003995384b06d3663c3a9c42a97c32f960a8e92f.tar.bz2 |
Help message clarification
Merge-request: 2548
Signed-off-by: axis <qt-info@nokia.com>
Diffstat (limited to 'tools/runonphone')
-rw-r--r-- | tools/runonphone/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/runonphone/main.cpp b/tools/runonphone/main.cpp index 618e401..e2346fa 100644 --- a/tools/runonphone/main.cpp +++ b/tools/runonphone/main.cpp @@ -56,7 +56,7 @@ void printUsage(QTextStream& outstream, QString exeName) { outstream << exeName << " [options] [program] [program arguments]" << endl - << "-s, --sis <file> specify sis file to install" << endl + << "-s, --sis <local file> specify sis file to install" << endl << "-p, --portname <COMx> specify COM port to use by device name" << endl << "-f, --portfriendlyname <substring> specify COM port to use by friendly name" << endl << "-t, --timeout <milliseconds> terminate test if timeout occurs" << endl |