Merge #313

313: fix: Typo in `--aggressive` arg r=Frederick888 a=tmuehlbacher



Co-authored-by: Thomas Mühlbacher <tmuehlbacher@posteo.net>
diff --git a/src/cli.rs b/src/cli.rs
index 0e71e44..7842b15 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -137,7 +137,7 @@
                 .arg(
                     Arg::with_name("aggressive")
                         .short("a")
-                        .long("aggresssive")
+                        .long("aggressive")
                         .help("Ignores channels for latest updates"),
                 )
                 .arg(