mailutils/*: add verbose option to sendmail; remove -m and -j from makemime
[platform/upstream/busybox.git] / include / usage.src.h
index cd37a89..4640338 100644 (file)
@@ -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" \