summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2014-03-18 13:03:37 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-18 12:17:02 +0100
commitbe88fd8f4eb8d50452b4c307d11e1debea6f7605 (patch)
treec8a5b60151ffe332714218b32cb649783086ead6
parentb9a690e5daa458e078d57cb19ddcf001c0be7e87 (diff)
downloadqttools-be88fd8f4eb8d50452b4c307d11e1debea6f7605.tar.gz
Android: Fix line break.
Change-Id: I0591cba588e2b5ed1fc29aaf32fb40e6ee0cd97d Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-rw-r--r--src/androiddeployqt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/androiddeployqt/main.cpp b/src/androiddeployqt/main.cpp
index 3a831a0ed..de8cf13a8 100644
--- a/src/androiddeployqt/main.cpp
+++ b/src/androiddeployqt/main.cpp
@@ -337,7 +337,7 @@ void printHelp()
" platform. By default, the highest available version will be\n"
" used.\n"
" --ant <path/to/ant>: If unspecified, ant from the PATH will be\n"
- " used."
+ " used.\n"
" --release: Builds a package ready for release. By default, the\n"
" package will be signed with a debug key.\n"
" --sign <url/to/keystore> <alias>: Signs the package with the\n"