Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
Fixes the short arg for cluster name
  • Loading branch information
fhaynes committed Oct 21, 2018
1 parent 1b9127a commit 8508c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/main.rs
Expand Up @@ -71,7 +71,7 @@ pub fn runner() -> i32 {
)
.arg(
Arg::with_name("cluster-name")
.short("cn")
.short("N")
.long("cluster-name")
.takes_value(true)
.default_value("default"),
Expand Down

0 comments on commit 8508c89

Please sign in to comment.