aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-04-15 19:08:25 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-04-16 08:56:24 +0200
commit608c79292f3fe3b190fbc2f91eb5825128dd23f0 (patch)
treeb1d548b2ea020b6f96429dc57186d1efb659c662
parentb6b73293e447ccde15af2270096250bd39082d32 (diff)
setup-qt: fix help text
Change-Id: I15341377851a0ccfc8377f381192b9f6a9e51f5d Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
-rw-r--r--src/app/qbs-setup-qt/commandlineparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/qbs-setup-qt/commandlineparser.cpp b/src/app/qbs-setup-qt/commandlineparser.cpp
index a040b5ca4..a4a0b289c 100644
--- a/src/app/qbs-setup-qt/commandlineparser.cpp
+++ b/src/app/qbs-setup-qt/commandlineparser.cpp
@@ -99,7 +99,7 @@ QString CommandLineParser::usageString() const
s += Tr::tr("Usage:\n");
s += Tr::tr(" %1 [%2 <settings directory>] %3\n")
.arg(m_command, settingsDirOption(), detectOption());
- s += Tr::tr(" %1 [%3 <settings directory>] <compiler path> <profile name>\n")
+ s += Tr::tr(" %1 [%2 <settings directory>] <path to qmake> <profile name>\n")
.arg(m_command, settingsDirOption());
s += Tr::tr(" %1 %2|%3\n").arg(m_command, helpOptionShort(), helpOptionLong());
s += Tr::tr("The first form tries to auto-detect all known Qt versions, looking them up "