mirror of
https://github.com/moparisthebest/curl
synced 2024-08-13 17:03:50 -04:00
mail-rcpt.d: fix short-text description
This commit is contained in:
parent
908a9a6742
commit
e4f86025d6
@ -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
|
||||
---
|
||||
|
@ -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>",
|
||||
|
Loading…
Reference in New Issue
Block a user