Minor bugfix.

This commit is contained in:
Alexander Arlt 2023-04-21 10:59:36 -05:00
parent ea2a40fce1
commit d413a0739a

View File

@ -1053,7 +1053,7 @@ void CommandLineParser::processArgs()
CommandLineValidationError,
fmt::format(
"Option --{} is not supported with --{}.",
g_strCombinedJson,
option.first,
g_strImportEvmAssemblerJson
)
);