Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/subcommand/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub(crate) struct Serve {
#[arg(
help = "Request ACME TLS certificate and accept authorization tokens for <DOMAIN>, as well as \
redirect HTTP to HTTPS at <DOMAIN> if enabled, this server must be reachable at \
<DOMAIN>:443 to respond to Encrypt ACME challenges",
<DOMAIN>:443 to respond to Let's Encrypt ACME challenges",
long = "domain",
value_name = "DOMAIN"
)]
Expand Down
Loading