aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h31
1 files changed, 13 insertions, 18 deletions
diff --git a/include/usage.h b/include/usage.h
index 5b824cd13..af54b86a7 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3686,32 +3686,27 @@
3686 "[OPTIONS] [rcpt]..." 3686 "[OPTIONS] [rcpt]..."
3687#define sendmail_full_usage "\n\n" \ 3687#define sendmail_full_usage "\n\n" \
3688 "Send an email\n" \ 3688 "Send an email\n" \
3689 "\nOptions:" \ 3689 "\nStandard options:" \
3690 "\n -w timeout Network timeout" \ 3690 "\n -t Read recipients from message body, add them to those on cmdline" \
3691 "\n -N type Request delivery notification. Type is ignored" \ 3691 "\n -f sender Sender. REQUIRED!" \
3692 "\n -f sender Sender" \ 3692 "\n -o options various options. -oi IMPLIED! others are IGNORED!" \
3693 "\n -F fullname Sender full name. Overrides $NAME" \ 3693 "\n" \
3694 USE_FEATURE_SENDMAIL_MAILX( \ 3694 "\nBusybox specific options:" \
3695 "\n -s subject Subject" \ 3695 "\n -w seconds Network timeout" \
3696 "\n -j charset Assume charset for body and subject (" CONFIG_FEATURE_MIME_CHARSET ")" \
3697 "\n -a file File to attach. May be repeated" \
3698 "\n -H 'prog args' Run connection helper" \ 3696 "\n -H 'prog args' Run connection helper" \
3699 "\n Examples:" \ 3697 "\n Examples:" \
3700 "\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \ 3698 "\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \
3701 "\n -connect smtp.gmail.com:25' <email.txt" \ 3699 "\n -connect smtp.gmail.com:25' <email.txt" \
3702 "\n [4<username_and_passwd.txt]" \ 3700 "\n [4<username_and_passwd.txt | -au<username> -ap<password>]" \
3703 "\n -H 'exec openssl s_client -quiet -tls1" \ 3701 "\n -H 'exec openssl s_client -quiet -tls1" \
3704 "\n -connect smtp.gmail.com:465' <email.txt" \ 3702 "\n -connect smtp.gmail.com:465' <email.txt" \
3705 "\n [4<username_and_passwd.txt]" \ 3703 "\n [4<username_and_passwd.txt | -au<username> -ap<password>]" \
3706 "\n -S server[:port] Server" \ 3704 "\n -S server[:port] Server" \
3707 ) \ 3705 "\n -au<username> Username for AUTH LOGIN" \
3708 USE_FEATURE_SENDMAIL_MAILXX( \ 3706 "\n -ap<password> Password for AUTH LOGIN" \
3709 "\n -c rcpt Cc: recipient. May be repeated" \ 3707 "\n -am<method> Authentication method. Ignored. login is implied." \
3710 "\n -e rcpt Errors-To: recipient" \
3711 ) \
3712 "\n -t Read recipients and subject from body" \
3713 "\n" \ 3708 "\n" \
3714 "\nOther options are silently ignored; -oi is implied" \ 3709 "\nOther options are silently ignored; -oi -t is implied" \
3715 3710
3716#define seq_trivial_usage \ 3711#define seq_trivial_usage \
3717 "[-w] [-s SEP] [FIRST [INC]] LAST" 3712 "[-w] [-s SEP] [FIRST [INC]] LAST"