sendmail: include -H and -S in short help text
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 14 Jul 2016 18:06:44 +0000 (20:06 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 14 Jul 2016 18:06:44 +0000 (20:06 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
mailutils/sendmail.c

index a93be707de0e7cf2cd0cd5adc6a1871580d431ea..cd27d676ef2a4878c7466adf62e48ef25e09e776 100644 (file)
@@ -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:"