aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-26 21:13:17 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-26 21:13:17 +0000
commit17db1a9ac1064a4847fd6a381260c68ab3449951 (patch)
tree84f8ec43cc7f5b468d617f689a730479e57c6ede /include
parent7be1030dcce0956d8bf12166c7a6fedbb1209169 (diff)
downloadbusybox-17db1a9ac1064a4847fd6a381260c68ab3449951.tar.gz
sendmail: update from maintainer
Diffstat (limited to 'include')
-rw-r--r--include/usage.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/usage.h b/include/usage.h
index 6b54a1266..e9770cea9 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1026,17 +1026,19 @@ USE_FEATURE_BRCTL_FANCY("\n" \
" -v Give fdisk version"
#define fetchmail_trivial_usage \
- "[-C dir] [-w timeout] [-U user] -P password [-X] [-t] [-z] server[:port]"
+ "[-w timeout] [-U user] -P password [-X] [-t] [-z] server[:port] maildir [prog]"
#define fetchmail_full_usage \
"Fetch content of remote mailbox to local Maildir." \
"\n\nOptions:\n" \
- " -C dir Set Maildir location\n" \
" -w timeout Set timeout on network operations\n" \
" -U username Authenticate with specified username\n" \
" -P password Authenticate with specified password\n" \
" -X Use openssl connection helper for secured servers\n" \
" -t Get only headers\n" \
- " -z Delete messages on server"
+ " -z Delete messages on server" \
+USE_FEATURE_FETCHMAIL_FILTER("\n" \
+ " prog Run prog <message file> on message delivery" \
+)
#define findfs_trivial_usage \
"LABEL=label or UUID=uuid"
@@ -3258,18 +3260,16 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when
#define selinuxenabled_full_usage
#define sendmail_trivial_usage \
- "[-C dir] [-w timeout] [-U user] [-P password] [-X]\n" \
- "-t to [-t to] -f from [-n] [-s subject] [-c charset] server[:port] [body] [attachment ...]"
+ "[-w timeout] [-U user] [-P password] [-X]\n" \
+ "-t to [-t to]... [-n] [-s subject] [-c charset] server[:port] from [body] [attachment ...]"
#define sendmail_full_usage \
"Send an email with optional attachments." \
"\n\nOptions:\n" \
- " -C dir Change current directory to dir\n" \
" -w timeout Set timeout on network operations\n" \
" -U username Authenticate with specified username\n" \
" -P password Authenticate with specified password\n" \
+ " -t address Recipient(s). May be multiple\n" \
" -X Use openssl connection helper for secured servers\n" \
- " -t to Recipient email. May be multiple\n" \
- " -f from Sender address\n" \
" -n Request delivery notification to sender\n" \
" -s subject Subject\n" \
" -c charset Assumed charset for body and subject [utf-8]"