We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caceda0 commit 3c3eb0eCopy full SHA for 3c3eb0e
solc/CommandLineParser.cpp
@@ -657,8 +657,8 @@ General Information)").c_str(),
657
(
658
g_strImportAst.c_str(),
659
("Import ASTs to be compiled, assumes input holds the AST in compact JSON format. "
660
- "Supported Inputs is the output of the --" + g_strStandardJSON + " or the one produced by "
661
- "--" + g_strCombinedJson + " " + CombinedJsonRequests::componentName(&CombinedJsonRequests::ast)).c_str()
+ "Supported Inputs is the output of the --" + g_strStandardJSON + " or the one produced by "
+ "--" + g_strCombinedJson + " " + CombinedJsonRequests::componentName(&CombinedJsonRequests::ast)).c_str()
662
)
663
664
g_strImportEvmAssemblerJson.c_str(),
0 commit comments