Minor bugfix.

This commit is contained in:
Alexander Arlt
2023-04-21 14:14:25 -05:00
parent a6a6ef45c8
commit cfae887306
+1 -1
View File
@@ -1056,7 +1056,7 @@ void CommandLineParser::processArgs()
CommandLineValidationError,
fmt::format(
"Option --{} is not supported with --{}.",
g_strCombinedJson,
option.first,
g_strImportEvmAssemblerJson
)
);