diff --git a/src/main.rs b/src/main.rs index 50458db..9fe0031 100644 --- a/src/main.rs +++ b/src/main.rs @@ -161,7 +161,8 @@ async fn main() { .arg( Arg::new("no-https-verification") .long("no-https-verification") - .help("Disables HTTPS certificate verification between the instance and reddit. This can be useful to debug the HTTPS connection with an HTTPS sniffer. Only works when the 'no-https-verification' feature is enabled at compile time."), + .help("Disables HTTPS certificate verification between the instance and reddit. This can be useful to debug the HTTPS connection with an HTTPS sniffer. Only works when the 'no-https-verification' feature is enabled at compile time.") + .num_args(0), ); let matches = cmd.get_matches_mut();