summaryrefslogtreecommitdiffstats
path: root/tools/repogen/repogen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/repogen/repogen.cpp')
-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('-'))) {