Skip to content

Commit

Permalink
feature: add tron to version info of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghang8612 committed May 18, 2021
1 parent d3e112e commit e952dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solc/CommandLineInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static set<string> 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 <<
Expand Down

0 comments on commit e952dea

Please sign in to comment.