From 5707b52fd4de0d9d5ebb496f459fa4fa66215226 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 20 Dec 2010 05:12:39 +0100 Subject: mailutils/*: add verbose option to sendmail; remove -m and -j from makemime Signed-off-by: Denys Vlasenko --- include/usage.src.h | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'include/usage.src.h') 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' -ap]" \ - "\n -H 'exec openssl s_client -quiet -tls1" \ - "\n -connect smtp.gmail.com:465' -ap]" \ - "\n -S server[:port] Server" \ - "\n -au Username for AUTH LOGIN" \ - "\n -ap Password for AUTH LOGIN" \ - "\n -am 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" \ -- cgit v1.2.3