mail-rcpt.d: fix short-text description

This commit is contained in:
Jay Satiro 2018-01-07 01:04:36 -05:00
parent 908a9a6742
commit e4f86025d6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Long: mail-rcpt
Arg: <address>
Help: Mail from this address
Help: Mail to this address
Protocols: SMTP
Added: 7.20.0
---

View File

@ -217,7 +217,7 @@ static const struct helptxt helptext[] = {
{" --mail-from <address>",
"Mail from this address"},
{" --mail-rcpt <address>",
"Mail from this address"},
"Mail to this address"},
{"-M, --manual",
"Display the full manual"},
{" --max-filesize <bytes>",