diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-27 09:39:04 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-27 09:39:04 +0000 |
commit | 8195d20e36bfeeb30b3424e2635ba4757ec38137 (patch) | |
tree | 6226be7f2523f154546f5ad379efb343f57a1ee5 /include | |
parent | 17db1a9ac1064a4847fd6a381260c68ab3449951 (diff) | |
download | busybox-w32-8195d20e36bfeeb30b3424e2635ba4757ec38137.tar.gz busybox-w32-8195d20e36bfeeb30b3424e2635ba4757ec38137.tar.bz2 busybox-w32-8195d20e36bfeeb30b3424e2635ba4757ec38137.zip |
sendmail: yet another maintainer's update
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h index e9770cea9..95cb69c73 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1035,10 +1035,8 @@ USE_FEATURE_BRCTL_FANCY("\n" \ | |||
1035 | " -P password Authenticate with specified password\n" \ | 1035 | " -P password Authenticate with specified password\n" \ |
1036 | " -X Use openssl connection helper for secured servers\n" \ | 1036 | " -X Use openssl connection helper for secured servers\n" \ |
1037 | " -t Get only headers\n" \ | 1037 | " -t Get only headers\n" \ |
1038 | " -z Delete messages on server" \ | 1038 | " -z Delete messages on server\n" \ |
1039 | USE_FEATURE_FETCHMAIL_FILTER("\n" \ | 1039 | " prog Run prog <message file> on message delivery" |
1040 | " prog Run prog <message file> on message delivery" \ | ||
1041 | ) | ||
1042 | 1040 | ||
1043 | #define findfs_trivial_usage \ | 1041 | #define findfs_trivial_usage \ |
1044 | "LABEL=label or UUID=uuid" | 1042 | "LABEL=label or UUID=uuid" |