diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index d60ffef1b..a5234e053 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -3467,20 +3467,25 @@ | |||
3467 | 3467 | ||
3468 | #define sendmail_trivial_usage \ | 3468 | #define sendmail_trivial_usage \ |
3469 | "[-w timeout] [-H [user:pass@]server[:port]] [-S]\n" \ | 3469 | "[-w timeout] [-H [user:pass@]server[:port]] [-S]\n" \ |
3470 | "[-c charset] [-N type] [-i] [-s subject] [-a attach]... [-t] [-f sender] [rcpt]..." | 3470 | "[-N type] [-f sender] [-F fullname] " \ |
3471 | USE_FEATURE_SENDMAIL_MAILX("[-s subject] [-c charset] [-a attach]... ") "[-t] [rcpt]..." | ||
3471 | #define sendmail_full_usage "\n\n" \ | 3472 | #define sendmail_full_usage "\n\n" \ |
3472 | "Send an email\n" \ | 3473 | "Send an email\n" \ |
3473 | "\nOptions:" \ | 3474 | "\nOptions:" \ |
3474 | "\n -w timeout Network timeout" \ | 3475 | "\n -w timeout Network timeout" \ |
3475 | "\n -H [user:pass@]server[:port] Server" \ | 3476 | "\n -H [user:pass@]server[:port] Server" \ |
3476 | "\n -S Use openssl connection helper for secure servers" \ | 3477 | "\n -S Use openssl connection helper for secure servers" \ |
3477 | "\n -c charset Assume charset for body and subject (utf-8)" \ | ||
3478 | "\n -N type Request delivery notification. Type is ignored" \ | 3478 | "\n -N type Request delivery notification. Type is ignored" \ |
3479 | "\n -i Ignore single dots in mail body. Implied" \ | 3479 | "\n -f sender Sender" \ |
3480 | "\n -F fullname Sender full name. Overrides $NAME" \ | ||
3481 | USE_FEATURE_SENDMAIL_MAILX( \ | ||
3480 | "\n -s subject Subject" \ | 3482 | "\n -s subject Subject" \ |
3483 | "\n -c charset Assume charset for body and subject (" CONFIG_FEATURE_SENDMAIL_CHARSET ")" \ | ||
3481 | "\n -a file File to attach. May be multiple" \ | 3484 | "\n -a file File to attach. May be multiple" \ |
3485 | ) | ||
3482 | "\n -t Read recipients and subject from body" \ | 3486 | "\n -t Read recipients and subject from body" \ |
3483 | "\n -f sender Sender" \ | 3487 | "\n" \ |
3488 | "\nOther options are silently ignored; -oi is implied" \ | ||
3484 | 3489 | ||
3485 | #define seq_trivial_usage \ | 3490 | #define seq_trivial_usage \ |
3486 | "[first [increment]] last" | 3491 | "[first [increment]] last" |