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:
committed by
Jan Alexander Steffens (heftig)
parent
85d185fa98
commit
88fc47d819
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user