From d42e7527de044d4e296d1876a4f786362e3e8d64 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Wed, 5 May 2021 16:46:10 +0800 Subject: [PATCH] chore: help message --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") {