main: add value_name() for max_state_group

To unify the spelling of parameters, i.e. all upper-casse, add the
`value_name()` for max_state_group.
This commit is contained in:
Jörg Sommer
2020-02-14 15:38:21 +01:00
parent 85d185fa98
commit 88fc47d819
+1
View File
@@ -115,6 +115,7 @@ fn main() {
).arg(
Arg::with_name("max_state_group")
.short("s")
.value_name("MAX_STATE_GROUP")
.help("The maximum state group to process up to")
.takes_value(true)
.required(false),