summaryrefslogtreecommitdiffstats
path: root/tools/binarycreator
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@digia.com>2013-06-17 14:01:21 +0200
committerKai Koehne <kai.koehne@digia.com>2013-06-20 12:36:03 +0200
commitb38573f2da0d7de7f9e7abad3e03b666d65ac341 (patch)
treef239430c38dbf947765515af687e2b66c1b12c60 /tools/binarycreator
parent3f0053f9be260f62db054724db1bf4db315913da (diff)
Do not use don't, can't ... in output
Don't, Can't, etc abbreviations are used in informal speech. This is okay in code comments etc, but user output should use the correct, non-abbreviated terms. Change-Id: I53c0dfa91596c151bfa7ef7b65f57d5084ceccde Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'tools/binarycreator')
-rw-r--r--tools/binarycreator/binarycreator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp
index 909a6af81..c43f0a9c7 100644
--- a/tools/binarycreator/binarycreator.cpp
+++ b/tools/binarycreator/binarycreator.cpp
@@ -458,7 +458,7 @@ 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 << " -n|--online-only Do not 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;