Skip to content

Commit 88fc47d

Browse files
jo-soheftig
authored andcommitted
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.
1 parent 85d185f commit 88fc47d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ fn main() {
115115
).arg(
116116
Arg::with_name("max_state_group")
117117
.short("s")
118+
.value_name("MAX_STATE_GROUP")
118119
.help("The maximum state group to process up to")
119120
.takes_value(true)
120121
.required(false),

0 commit comments

Comments
 (0)