From d413a0739a4d3f3480c38996a7c67a54702d9a1e Mon Sep 17 00:00:00 2001 From: Alexander Arlt Date: Fri, 21 Apr 2023 10:59:36 -0500 Subject: [PATCH] Minor bugfix. --- solc/CommandLineParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solc/CommandLineParser.cpp b/solc/CommandLineParser.cpp index df39a0bda..f1321efdf 100644 --- a/solc/CommandLineParser.cpp +++ b/solc/CommandLineParser.cpp @@ -1053,7 +1053,7 @@ void CommandLineParser::processArgs() CommandLineValidationError, fmt::format( "Option --{} is not supported with --{}.", - g_strCombinedJson, + option.first, g_strImportEvmAssemblerJson ) );