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
2019-06-12 22:27:10 +02:00
committed by Jan Alexander Steffens (heftig)
parent 85d185fa98
commit 88fc47d819

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),