Minor bugfix.

This commit is contained in:
Alexander Arlt
2023-05-16 19:57:35 -05:00
parent aa19d2c7db
commit 7a94ee5c9a
+1 -1
View File
@@ -1044,7 +1044,7 @@ void CommandLineParser::processArgs()
CommandLineValidationError,
fmt::format(
"Option --{} is not supported with --{}.",
g_strCombinedJson,
option.first,
g_strImportEvmAssemblerJson
)
);