diff --git a/data/doveadm.js b/data/doveadm.js index 6cef96428..cb2b76912 100644 --- a/data/doveadm.js +++ b/data/doveadm.js @@ -2266,7 +2266,7 @@ returned.`, //example: `testuser001`, positional: true, type: doveadm_arg_types.ARRAY, - text: `UID mask.`, + text: `UID -or- IP Address mask.`, }, }, man: 'doveadm-who', diff --git a/docs/core/man/doveadm-save.1.md b/docs/core/man/doveadm-save.1.md index 287a5ee77..e24a70921 100644 --- a/docs/core/man/doveadm-save.1.md +++ b/docs/core/man/doveadm-save.1.md @@ -40,14 +40,22 @@ quota is enforced. : Store mail to specified mailbox instead of INBOX. **-U** *uid* -: Save the mail using the given UID, if possible. +: Save the mail using the given UID, if possible. **-g** *guid* -: Save the mail using the given GUID. +: Save the mail using the given GUID. **-r** *received-date* -: Save the mail using the given received-date timestamp. This is in the - "human timestamp" format as described by [[man,doveadm-search-query,,7]]. +: Save the mail using the given received-date timestamp. This is in the + "human timestamp" format as described by [[man,doveadm-search-query,,7]]. + +## ARGUMENTS + +*mail-file* +: The message data to save. + + - If *mail-file* is `-`, the message is read from stdin (default). + - Otherwise, *mail-file* resolves as a file path. ## EXAMPLE diff --git a/docs/core/man/doveadm-who.1.md b/docs/core/man/doveadm-who.1.md index 9ce06ab3a..058206518 100644 --- a/docs/core/man/doveadm-who.1.md +++ b/docs/core/man/doveadm-who.1.md @@ -36,7 +36,7 @@ This command uses by default the output formatter **table**. setting was overridden in */etc/dovecot/dovecot.conf*. **-f** *passdb_field* -: Alternative username field to use for kicking, as returned by passdb. +: Alternative username field to use for querying, as returned by passdb. Only the passdb fields beginning with the *user_* prefix are tracked.