aboutsummaryrefslogtreecommitdiff
path: root/mailutils
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 /mailutils
parent9de7509aa013a8634b13a29008cd58ca971c9c7c (diff)
downloadbusybox-2a4d7f44a415c5c4ce59ea9cd6bf276b8f75d8f7.tar.gz
sendmail: include -H and -S in short help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'mailutils')
-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 @@
//usage:#define sendmail_trivial_usage
//usage: "[-tv] [-f SENDER] [-amLOGIN 4<user_pass.txt | -auUSER -apPASS]"
-//usage: "\n [-w SECS] [RECIPIENT_EMAIL]..."
+//usage: "\n [-w SECS] [-H 'PROG ARGS' | -S HOST] [RECIPIENT_EMAIL]..."
//usage:#define sendmail_full_usage "\n\n"
//usage: "Read email from stdin and send it\n"
//usage: "\nStandard options:"