summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
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;