summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNiels Weber <niels.weber@digia.com>2013-03-01 14:45:49 +0100
committerNiels Weber <niels.weber@digia.com>2013-03-01 15:27:44 +0100
commitfad480d0318259c0ee45908df7b1245e7c8f3cc6 (patch)
tree0a842eb333ae50243db26a5c44eac189a546d706 /tools
parent842149fed90970d17334250a1eefcaa4707530c5 (diff)
binarycreator still needs config option
Change-Id: Ied61160ee377bf48b2f1a80ca71cdd1e24798a55 Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/binarycreator/binarycreator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp
index ac160d57c..f71c40501 100644
--- a/tools/binarycreator/binarycreator.cpp
+++ b/tools/binarycreator/binarycreator.cpp
@@ -440,6 +440,8 @@ static void printUsage()
QInstallerTools::printRepositoryGenOptions();
+ 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;