summaryrefslogtreecommitdiffstats
path: root/tools/linguist/lupdate/main.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-03-24 12:00:53 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-03-24 15:55:51 (GMT)
commit4710365249f35556d27e49b56be7fb4a667a096a (patch)
treeaee30c71f3209c237119426c9f926f3c43cb79aa /tools/linguist/lupdate/main.cpp
parent88fd79fc3a52ef6d3649579879a72a8badc3fb4b (diff)
downloadQt-4710365249f35556d27e49b56be7fb4a667a096a.zip
Qt-4710365249f35556d27e49b56be7fb4a667a096a.tar.gz
Qt-4710365249f35556d27e49b56be7fb4a667a096a.tar.bz2
better help output
- lconvert: remove the duplicated format list now that source files are not listed as "formats" any more - wording improvements
Diffstat (limited to 'tools/linguist/lupdate/main.cpp')
-rw-r--r--tools/linguist/lupdate/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/linguist/lupdate/main.cpp b/tools/linguist/lupdate/main.cpp
index 7d79024..dd890ce 100644
--- a/tools/linguist/lupdate/main.cpp
+++ b/tools/linguist/lupdate/main.cpp
@@ -84,12 +84,12 @@ static void printUsage()
{
printOut(QObject::tr(
"Usage:\n"
- " lupdate [options] [project-file]\n"
+ " lupdate [options] [project-file]...\n"
" lupdate [options] [source-file|path]... -ts ts-files\n\n"
- "lupdate is part of Qt's Linguist tool chain. It can be used as a\n"
- "stand-alone tool to create XML based translations files in the .ts\n"
- "format from translatable messages in C++ and Java source code.\n\n"
- "lupdate can also merge such messages into existing .ts files.\n\n"
+ "lupdate is part of Qt's Linguist tool chain. It extracts translatable\n"
+ "messages from Qt UI files, C++, Java and JavaScript/QtScript source code.\n"
+ "Extracted messages are stored in textual translation source files (typically\n"
+ "Qt TS XML). New and modified messages can be merged into existing TS files.\n\n"
"Options:\n"
" -help Display this information and exit.\n"
" -no-obsolete\n"