diff --git a/solc/CommandLineParser.cpp b/solc/CommandLineParser.cpp index 3d8b09cde..ed37f1b5b 100644 --- a/solc/CommandLineParser.cpp +++ b/solc/CommandLineParser.cpp @@ -1056,7 +1056,7 @@ void CommandLineParser::processArgs() CommandLineValidationError, fmt::format( "Option --{} is not supported with --{}.", - g_strCombinedJson, + option.first, g_strImportEvmAssemblerJson ) );