From 9797cd1d037c6305b50e6be66b7e54affa0e1175 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 18 May 2026 22:53:54 -0700 Subject: [PATCH] Fix `filepack serve --domain` help text --- src/subcommand/serve.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )]