mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[yul-phaser] Phaser: Make all option descriptions consistenly end with a full stop
This commit is contained in:
parent
ffc21632b6
commit
df90cf5d7a
@ -180,8 +180,8 @@ Phaser::CommandLineDescription Phaser::buildCommandLineDescription()
|
||||
po::options_description generalDescription("GENERAL", lineLength, minDescriptionLength);
|
||||
generalDescription.add_options()
|
||||
("help", "Show help message and exit.")
|
||||
("input-file", po::value<string>()->required(), "Input file")
|
||||
("seed", po::value<uint32_t>(), "Seed for the random number generator")
|
||||
("input-file", po::value<string>()->required(), "Input file.")
|
||||
("seed", po::value<uint32_t>(), "Seed for the random number generator.")
|
||||
;
|
||||
keywordDescription.add(generalDescription);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user