From 7f1a0935ba872fb2b61ef8bb6c0c20bfabda7bd5 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Tue, 11 Aug 2026 20:51:55 +0200 Subject: [PATCH] Fix formatting of command-line hash-password section See https://caddyserver.com/docs/command-line#caddy-hash-password for what's wrong. --- src/docs/markdown/command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/command-line.md b/src/docs/markdown/command-line.md index 27002d3a..73adff0c 100644 --- a/src/docs/markdown/command-line.md +++ b/src/docs/markdown/command-line.md @@ -250,7 +250,7 @@ Formats or prettifies a Caddyfile, then exits. The result is printed to stdout u
caddy hash-password
 	[-p, --plaintext <password>]
-	[-a, --algorithm <name>]
+ [-a, --algorithm <name>] [--bcrypt-cost <cost>] Convenient way to hash a plaintext password. The resulting hash is written to stdout as a format usable directly in your Caddy config.