From d2093e00bf434516c71b46edbe6ca34185bc9f05 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 1 Dec 2025 23:06:05 +0200 Subject: [PATCH] Doc fix (#43) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 303b71f..6286aed 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The following command line switches are supported by the `yggmail` binary: * `-smtp=listenaddr:port` — listen for SMTP on a specific address/port * `-imap=listenaddr:port` — listen for IMAP on a specific address/port; * `-password` — set your IMAP/SMTP password (doesn't matter if Yggmail is running or not, just make sure that Yggmail is pointing at the right database file or that you are in the right working directory). -* `-passwordHash` — Like `-password` however this sets what must be directly in the database. This assumes you passed a bcrypt hash +* `-passwordhash` — Like `-password` however this sets what must be directly in the database. This assumes you passed a bcrypt hash ## Notes