Improve documentation and CLI help for --run parameter

This commit is contained in:
Jonny Burger
2018-05-02 17:10:30 +02:00
parent a856135bbf
commit 1367fedfd0
2 changed files with 10 additions and 4 deletions
+2 -1
View File
@@ -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.")
(