Skip to content

Commit

Permalink
fix: Typo in --aggressive arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tmuehlbacher authored and Frederick888 committed Apr 16, 2022
1 parent 4245923 commit 35dfbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ fn build() -> App<'static, 'static> {
.arg(
Arg::with_name("aggressive")
.short("a")
.long("aggresssive")
.long("aggressive")
.help("Ignores channels for latest updates"),
)
.arg(
Expand Down

0 comments on commit 35dfbe1

Please sign in to comment.