aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/generator/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken6/generator/main.cpp')
-rw-r--r--sources/shiboken6/generator/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/generator/main.cpp b/sources/shiboken6/generator/main.cpp
index cc6abd875..9bc9d0be3 100644
--- a/sources/shiboken6/generator/main.cpp
+++ b/sources/shiboken6/generator/main.cpp
@@ -702,7 +702,7 @@ int shibokenMain(const QStringList &argV)
}
if (!args.options.isEmpty()) {
- errorPrint(msgLeftOverArguments(args.options), argV);
+ errorPrint(msgLeftOverArguments(args.options, argV), argV);
std::cout << helpHint;
return EXIT_FAILURE;
}