From e952dea6c434113fd1a2229112fd7dfb9a05043f Mon Sep 17 00:00:00 2001 From: Asuka Date: Tue, 18 May 2021 19:09:51 +0800 Subject: [PATCH] feature: add tron to version info of cli --- solc/CommandLineInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index 8e8abf4e5c32..27e801c82240 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -275,7 +275,7 @@ static set const g_metadataHashArgs static void version() { sout() << - "solc, the solidity compiler commandline interface" << + "solc.tron, the solidity compiler commandline interface" << endl << "Version: " << solidity::frontend::VersionString <<