diff --git a/docs/cmdline-opts/mail-rcpt.d b/docs/cmdline-opts/mail-rcpt.d index d747ceabf..0a2859b68 100644 --- a/docs/cmdline-opts/mail-rcpt.d +++ b/docs/cmdline-opts/mail-rcpt.d @@ -1,6 +1,6 @@ Long: mail-rcpt Arg:
-Help: Mail from this address +Help: Mail to this address Protocols: SMTP Added: 7.20.0 --- diff --git a/src/tool_help.c b/src/tool_help.c index c6d329cdf..9dc59cb3e 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -217,7 +217,7 @@ static const struct helptxt helptext[] = { {" --mail-from
", "Mail from this address"}, {" --mail-rcpt
", - "Mail from this address"}, + "Mail to this address"}, {"-M, --manual", "Display the full manual"}, {" --max-filesize ",