diff options
author | chriseth <chris@ethereum.org> | 2018-02-27 02:53:38 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-02 00:19:35 +0800 |
commit | 982476f99d085072d25b703a146a6d92cd280714 (patch) | |
tree | ad56498dc6e4da72a5c38865ca3d28de9a5a5523 /solc | |
parent | 7b0272ccfbfbe547cea3fea5a941645b1da2cd27 (diff) | |
download | dexon-solidity-982476f99d085072d25b703a146a6d92cd280714.tar.gz dexon-solidity-982476f99d085072d25b703a146a6d92cd280714.tar.zst dexon-solidity-982476f99d085072d25b703a146a6d92cd280714.zip |
Add TangerineWhistle.
Diffstat (limited to 'solc')
-rw-r--r-- | solc/CommandLineInterface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index 8ccb04ee..caa564bc 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -539,7 +539,7 @@ Allowed options)", ( g_strEVMVersion.c_str(), po::value<string>()->value_name("version"), - "Select desired EVM version. Either homestead or byzantium (default)." + "Select desired EVM version. Either homestead, tangerineWhistle, spuriousDragon or byzantium (default)." ) (g_argOptimize.c_str(), "Enable bytecode optimizer.") ( |