aboutsummaryrefslogtreecommitdiffstats
path: root/solc/CommandLineInterface.cpp
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-27 02:53:38 +0800
committerchriseth <chris@ethereum.org>2018-03-02 00:19:35 +0800
commit982476f99d085072d25b703a146a6d92cd280714 (patch)
treead56498dc6e4da72a5c38865ca3d28de9a5a5523 /solc/CommandLineInterface.cpp
parent7b0272ccfbfbe547cea3fea5a941645b1da2cd27 (diff)
downloaddexon-solidity-982476f99d085072d25b703a146a6d92cd280714.tar.gz
dexon-solidity-982476f99d085072d25b703a146a6d92cd280714.tar.zst
dexon-solidity-982476f99d085072d25b703a146a6d92cd280714.zip
Add TangerineWhistle.
Diffstat (limited to 'solc/CommandLineInterface.cpp')
-rw-r--r--solc/CommandLineInterface.cpp2
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.")
(