Minor bugfix.

This commit is contained in:
Alexander Arlt 2023-04-21 10:59:36 -05:00
parent aa19d2c7db
commit 7a94ee5c9a

View File

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