diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index cd37a89..4640338 100644 --- a/include/usage.src.h +++ b/include/usage.src.h @@ -3211,36 +3211,6 @@ INSERT #define selinuxenabled_trivial_usage NOUSAGE_STR #define selinuxenabled_full_usage "" -#define sendmail_trivial_usage \ - "[OPTIONS] [RECIPIENT_EMAIL]..." -#define sendmail_full_usage "\n\n" \ - "Read email from stdin and send it\n" \ - "\nStandard options:" \ - "\n -t Read additional recipients from message body" \ - "\n -f sender Sender (required)" \ - "\n -o options Various options. -oi implied, others are ignored" \ - "\n -i -oi synonym. implied and ignored" \ - "\n" \ - "\nBusybox specific options:" \ - "\n -w seconds Network timeout" \ - "\n -H 'PROG ARGS' Run connection helper" \ - "\n Examples:" \ - "\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \ - "\n -connect smtp.gmail.com:25' <email.txt" \ - "\n [4<username_and_passwd.txt | -au<username> -ap<password>]" \ - "\n -H 'exec openssl s_client -quiet -tls1" \ - "\n -connect smtp.gmail.com:465' <email.txt" \ - "\n [4<username_and_passwd.txt | -au<username> -ap<password>]" \ - "\n -S server[:port] Server" \ - "\n -au<username> Username for AUTH LOGIN" \ - "\n -ap<password> Password for AUTH LOGIN" \ - "\n -am<method> Authentication method. Ignored. LOGIN is implied" \ - "\n" \ - "\nOther options are silently ignored; -oi -t is implied" \ - IF_MAKEMIME( \ - "\nUse makemime applet to create message with attachments" \ - ) - #define seq_trivial_usage \ "[-w] [-s SEP] [FIRST [INC]] LAST" #define seq_full_usage "\n\n" \ |