aboutsummaryrefslogtreecommitdiffstats
path: root/solc
diff options
context:
space:
mode:
authorJonny Burger <jonathanburger11@gmail.com>2018-05-02 23:07:12 +0800
committerJonny Burger <jonathanburger11@gmail.com>2018-05-02 23:10:30 +0800
commit1367fedfd0fc1d83aa9d51d9fe9e31df1eb1ac2a (patch)
treebc24c624494ff568ed5d9994727d38ec5d7ddcba /solc
parenta856135bbf709d17732ce610e086c2300783b0a9 (diff)
downloaddexon-solidity-1367fedfd0fc1d83aa9d51d9fe9e31df1eb1ac2a.tar.gz
dexon-solidity-1367fedfd0fc1d83aa9d51d9fe9e31df1eb1ac2a.tar.zst
dexon-solidity-1367fedfd0fc1d83aa9d51d9fe9e31df1eb1ac2a.zip
Improve documentation and CLI help for `--run` parameter
Diffstat (limited to 'solc')
-rw-r--r--solc/CommandLineInterface.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp
index bd5e2eb1..1f04c68a 100644
--- a/solc/CommandLineInterface.cpp
+++ b/solc/CommandLineInterface.cpp
@@ -564,7 +564,8 @@ Allowed options)",
(
g_argOptimizeRuns.c_str(),
po::value<unsigned>()->value_name("n")->default_value(200),
- "Estimated number of contract runs for optimizer tuning."
+ "Set for how many contract runs to optimize."
+ "Lower values will optimize more for initial deployment cost, higher values will optimize more for high-frequency usage."
)
(g_argPrettyJson.c_str(), "Output JSON in pretty format. Currently it only works with the combined JSON output.")
(