summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-18 16:51:17 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-02-19 11:20:40 +0200
commitd93d7468fbde63d94f2cc1534b35ee6542bc8e4c (patch)
tree8c7b0bcf46485645c0be07ccd06779d33e40e427
parent43913f2aa5f2a2320fa92ee7fbd7ddd4d906781e (diff)
fix help output
Change-Id: I78ceb757dbc4f9a3461ec39792e4731b9b011fe4 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
-rw-r--r--main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.cpp b/main.cpp
index ddc4003..e32f25c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -108,8 +108,8 @@ int main(int argc, char *argv[])
QCommandLineOption debug(QLatin1String("debug"),
QCoreApplication::translate(
"main",
- "Look for debug information in <path>."
- "You can specify multiple paths separated by ':'."
+ "Look for debug information in <path>. "
+ "You can specify multiple paths separated by ':'. "
"The default is: <sysroot>/usr/lib/debug."),
QLatin1String("path"),
QLatin1String("/usr/lib/debug"));
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
QCoreApplication::translate(
"main",
"Set the fallback architecture, in case the architecture is not "
- "given in the data itsel, to <arch>."),
+ "given in the data itself, to <arch>."),
QLatin1String("arch"));
parser.addOption(arch);