summaryrefslogtreecommitdiffstats
path: root/tools/linguist
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-10-01 10:51:41 (GMT)
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-10-01 12:15:34 (GMT)
commitec05eed4fa68b7b1af2dead4fdbb83cd3a758ac0 (patch)
tree8a9cc519d6721234d7e512ee2f8c62da5a803bab /tools/linguist
parent0b24f1996debc24a9af2bd1dc921f347506ac32c (diff)
downloadQt-ec05eed4fa68b7b1af2dead4fdbb83cd3a758ac0.zip
Qt-ec05eed4fa68b7b1af2dead4fdbb83cd3a758ac0.tar.gz
Qt-ec05eed4fa68b7b1af2dead4fdbb83cd3a758ac0.tar.bz2
make -help reflect reality
Diffstat (limited to 'tools/linguist')
-rw-r--r--tools/linguist/lupdate/main.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/linguist/lupdate/main.cpp b/tools/linguist/lupdate/main.cpp
index 8818b50..8560c7d 100644
--- a/tools/linguist/lupdate/main.cpp
+++ b/tools/linguist/lupdate/main.cpp
@@ -119,12 +119,11 @@ static void printUsage()
" Name of a .pro file. Useful for files with .pro\n"
" file syntax but different file suffix\n"
" -source-language <language>[_<region>]\n"
- " Specify/override the language of the source strings. Defaults to\n"
- " POSIX if not specified and the file does not name it yet.\n"
+ " Specify the language of the source strings for new files.\n"
+ " Defaults to POSIX if not specified.\n"
" -target-language <language>[_<region>]\n"
- " Specify/override the language of the translation.\n"
- " The target language is guessed from the file name if this option\n"
- " is not specified and the file contents name no language yet.\n"
+ " Specify the language of the translations for new files.\n"
+ " Guessed from the file name if not specified.\n"
" -version\n"
" Display the version of lupdate and exit.\n"
).arg(m_defaultExtensions));