diff options
author | ck <qt-info@nokia.com> | 2009-12-16 13:55:56 (GMT) |
---|---|---|
committer | ck <qt-info@nokia.com> | 2009-12-16 13:55:56 (GMT) |
commit | 63c8293b60bb997d370a4ec343b7f04808969393 (patch) | |
tree | 328357bc8d217b0ca95132cffb1965d162bfda21 /tools/assistant | |
parent | da89e73abcc8f4a1d19163fd6d39bb86e1ff0b53 (diff) | |
download | Qt-63c8293b60bb997d370a4ec343b7f04808969393.zip Qt-63c8293b60bb997d370a4ec343b7f04808969393.tar.gz Qt-63c8293b60bb997d370a4ec343b7f04808969393.tar.bz2 |
Assistant: Fix console output glitch.
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/tools/assistant/cmdlineparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/cmdlineparser.cpp b/tools/assistant/tools/assistant/cmdlineparser.cpp index a93d63f..2b1296c 100644 --- a/tools/assistant/tools/assistant/cmdlineparser.cpp +++ b/tools/assistant/tools/assistant/cmdlineparser.cpp @@ -72,7 +72,7 @@ const QString CmdLineParser::m_helpMessage = QLatin1String( " file.\n" "-setCurrentFilter filter Set the filter as the active filter.\n" "-remove-search-index Removes the full text search index.\n" - "-rebuild-search-index Re-builds the full text search index (potentially slow)\n." + "-rebuild-search-index Re-builds the full text search index (potentially slow).\n" "-quiet Does not display any error or\n" " status message.\n" "-help Displays this help.\n" |