From 5ea14561c28beda66a82ea38d0b4a6da733da4d9 Mon Sep 17 00:00:00 2001 From: siken <92328005+51k34@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:03:04 +0100 Subject: [PATCH] Update overview.md Changed the shown code to better represents the real output of the command specified --- docs/management/cli/overview.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/management/cli/overview.md b/docs/management/cli/overview.md index 831c1b4..f9abe9f 100644 --- a/docs/management/cli/overview.md +++ b/docs/management/cli/overview.md @@ -39,12 +39,13 @@ $ stalwart-cli Stalwart CLI -Usage: stalwart-cli [OPTIONS] --url +Usage: stalwart-cli [OPTIONS] Commands: + dkim Manage user accounts Manage DKIM signatures import Import JMAP accounts and Maildir/mbox mailboxes export Export JMAP accounts - database Manage JMAP database + server Manage JMAP database queue Manage SMTP message queue report Manage SMTP DMARC/TLS report queue help Print this message or the help of the given subcommand(s) @@ -53,6 +54,7 @@ Options: -u, --url JMAP or SMTP server base URL -c, --credentials Authentication credentials -t, --timeout Connection timeout in seconds + -a, --anonymous Do not ask for credentials -h, --help Print help -V, --version Print version ```