diff --git a/src/subcommand/serve.rs b/src/subcommand/serve.rs index f5d16f96..2116bdba 100644 --- a/src/subcommand/serve.rs +++ b/src/subcommand/serve.rs @@ -60,7 +60,7 @@ pub(crate) struct Serve { #[arg( help = "Request ACME TLS certificate and accept authorization tokens for , as well as \ redirect HTTP to HTTPS at if enabled, this server must be reachable at \ - :443 to respond to Encrypt ACME challenges", + :443 to respond to Let's Encrypt ACME challenges", long = "domain", value_name = "DOMAIN" )]