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