diff --git a/solc/CommandLineParser.cpp b/solc/CommandLineParser.cpp index a72a010ab..a2b8676fc 100644 --- a/solc/CommandLineParser.cpp +++ b/solc/CommandLineParser.cpp @@ -724,7 +724,7 @@ General Information)").c_str(), // TODO: The type in OptimiserSettings is size_t but we only accept values up to 2**32-1 // on the CLI and in Standard JSON. We should just switch to uint32_t everywhere. po::value()->value_name("n")->default_value(static_cast(OptimiserSettings{}.expectedExecutionsPerDeployment)), - "Set for how many contract runs to optimize. " + "The number of runs specifies roughly how often each opcode of the deployed code will be executed across the lifetime of the contract. " "Lower values will optimize more for initial deployment cost, higher values will optimize more for high-frequency usage." ) (