summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-03-01 14:50:31 +0100
committerNiels Weber <niels.weber@digia.com>2013-03-01 15:45:15 +0100
commit05b2b268bd8a6f0626c2711bac910af43fa1733f (patch)
tree48ba4e583c3f1db2a7348b76bd51659b66dc9359 /tools
parentfad480d0318259c0ee45908df7b1245e7c8f3cc6 (diff)
Whitespace fixes
Change-Id: Ibd38a8e477bbf7a03fc6e7a69479b401d4a37f78 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/binarycreator/binarycreator.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp
index f71c40501..594686e61 100644
--- a/tools/binarycreator/binarycreator.cpp
+++ b/tools/binarycreator/binarycreator.cpp
@@ -442,11 +442,11 @@ static void printUsage()
std::cout << " -c|--config file The file containing the installer configuration" << std::endl;
- std::cout << " -n|--online-only Don't add any package into the installer" << std::endl;
- std::cout << " (for online only installers)" << std::endl;
+ std::cout << " -n|--online-only Don't add any package into the installer" << std::endl;
+ std::cout << " (for online only installers)" << std::endl;
- std::cout << " -f|--offline-only Forces the installer to act as an offline installer, " << std::endl;
- std::cout << " i.e. never access online repositories" << std::endl;
+ std::cout << " -f|--offline-only Forces the installer to act as an offline installer, " << std::endl;
+ std::cout << " i.e. never access online repositories" << std::endl;
std::cout << " -r|--resources r1,.,rn include the given resource files into the binary" << std::endl;