summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2018-09-17 09:53:22 +0300
committerKatja Marttila <katja.marttila@qt.io>2018-09-17 09:57:50 +0300
commitb3d140a2c899219a02c1b31efa4e36723eb71c07 (patch)
tree2a151541a6114d1587e03574fbef2f2fbabd7cfb /tools
parent4d00ecb9778d05525416ed0ea0a5be9a8944ae88 (diff)
parent6049f98b3d22781800220daca7ae82eff775e9cc (diff)
Merge remote-tracking branch 'origin/3.0' into master
Diffstat (limited to 'tools')
-rw-r--r--tools/repogen/repogen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/repogen/repogen.cpp b/tools/repogen/repogen.cpp
index 82ea752ca..bdbe00eae 100644
--- a/tools/repogen/repogen.cpp
+++ b/tools/repogen/repogen.cpp
@@ -125,8 +125,8 @@ int main(int argc, char** argv)
args.removeFirst();
if (!filteredPackages.isEmpty()) {
return printErrorAndUsageAndExit(QCoreApplication::translate("QInstaller",
- "Error: --include and --exclude are mutual exclusive options. Use either "
- "one or the other."));
+ "Error: --include and --exclude are mutually exclusive. Use either one or "
+ "the other."));
}
if (args.isEmpty() || args.first().startsWith(QLatin1Char('-'))) {