mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:17:21 +03:00
mail-rcpt.d: fix short-text description
This commit is contained in:
parent
908a9a6742
commit
e4f86025d6
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue