aboutsummaryrefslogtreecommitdiff
path: root/include/usage.src.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-12-20 05:12:39 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-12-20 05:12:39 +0100
commit5707b52fd4de0d9d5ebb496f459fa4fa66215226 (patch)
tree40ccc1ba8324ada382607c07e16203239043aa37 /include/usage.src.h
parent27c6c00a7cf141aaa972c0f9691072db287a36ae (diff)
downloadbusybox-5707b52fd4de0d9d5ebb496f459fa4fa66215226.tar.gz
mailutils/*: add verbose option to sendmail; remove -m and -j from makemime
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/usage.src.h')
-rw-r--r--include/usage.src.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/include/usage.src.h b/include/usage.src.h
index cd37a892d..4640338e6 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" \