aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-07-14 20:06:44 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2016-07-14 20:06:44 +0200
commit2a4d7f44a415c5c4ce59ea9cd6bf276b8f75d8f7 (patch)
treefc13af2bf8c705961d3ca4adf16fbe0101d5833f
parent9de7509aa013a8634b13a29008cd58ca971c9c7c (diff)
downloadbusybox-w32-2a4d7f44a415c5c4ce59ea9cd6bf276b8f75d8f7.tar.gz
busybox-w32-2a4d7f44a415c5c4ce59ea9cd6bf276b8f75d8f7.tar.bz2
busybox-w32-2a4d7f44a415c5c4ce59ea9cd6bf276b8f75d8f7.zip
sendmail: include -H and -S in short help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--mailutils/sendmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c
index a93be707d..cd27d676e 100644
--- a/mailutils/sendmail.c
+++ b/mailutils/sendmail.c
@@ -11,7 +11,7 @@
11 11
12//usage:#define sendmail_trivial_usage 12//usage:#define sendmail_trivial_usage
13//usage: "[-tv] [-f SENDER] [-amLOGIN 4<user_pass.txt | -auUSER -apPASS]" 13//usage: "[-tv] [-f SENDER] [-amLOGIN 4<user_pass.txt | -auUSER -apPASS]"
14//usage: "\n [-w SECS] [RECIPIENT_EMAIL]..." 14//usage: "\n [-w SECS] [-H 'PROG ARGS' | -S HOST] [RECIPIENT_EMAIL]..."
15//usage:#define sendmail_full_usage "\n\n" 15//usage:#define sendmail_full_usage "\n\n"
16//usage: "Read email from stdin and send it\n" 16//usage: "Read email from stdin and send it\n"
17//usage: "\nStandard options:" 17//usage: "\nStandard options:"