mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yul-phaser] Phaser: Missing word in --metric-aggregator option description
This commit is contained in:
parent
424edecd21
commit
35395a4b9c
@ -623,8 +623,8 @@ Phaser::CommandLineDescription Phaser::buildCommandLineDescription()
|
|||||||
"metric-aggregator",
|
"metric-aggregator",
|
||||||
po::value<MetricAggregatorChoice>()->value_name("<NAME>")->default_value(MetricAggregatorChoice::Average),
|
po::value<MetricAggregatorChoice>()->value_name("<NAME>")->default_value(MetricAggregatorChoice::Average),
|
||||||
(
|
(
|
||||||
"Operator used to combine multiple fitness metric obtained by evaluating a chromosome "
|
"Operator used to combine multiple fitness metric values obtained by evaluating a "
|
||||||
"separately for each input program.\n"
|
"chromosome separately for each input program.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"AVAILABLE METRIC AGGREGATORS:\n"
|
"AVAILABLE METRIC AGGREGATORS:\n"
|
||||||
"* " + toString(MetricAggregatorChoice::Average) + "\n" +
|
"* " + toString(MetricAggregatorChoice::Average) + "\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user