diff --git a/src/main.rs b/src/main.rs index 261d1f1..445c74e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -72,7 +72,7 @@ async fn main() -> tide::Result<()> { .arg(Arg::with_name("config").short("c").long("config").takes_value(true).help("Cert config")) .arg(Arg::with_name("check").long("check").help("Check cert config")) .arg(Arg::with_name("hide-logo").long("hide-logo").help("Hide logo")) - .arg(Arg::with_name("skip-verify-ip").long("skip-verify-ip").help("Verify public ip")) + .arg(Arg::with_name("skip-verify-ip").long("skip-verify-ip").help("Skip verify public ip")) .get_matches(); if matches.is_present("verbose") {