From 9de7509aa013a8634b13a29008cd58ca971c9c7c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 14 Jul 2016 19:14:54 +0200 Subject: sendmail: improve help text * explain which server we contact by default * explain when auth is done * -t is not implied! remove that from help text Signed-off-by: Denys Vlasenko --- mailutils/sendmail.c | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'mailutils/sendmail.c') diff --git a/mailutils/sendmail.c b/mailutils/sendmail.c index fb4dbb3da..a93be707d 100644 --- a/mailutils/sendmail.c +++ b/mailutils/sendmail.c @@ -10,7 +10,8 @@ //kbuild:lib-$(CONFIG_SENDMAIL) += sendmail.o mail.o //usage:#define sendmail_trivial_usage -//usage: "[OPTIONS] [RECIPIENT_EMAIL]..." +//usage: "[-tv] [-f SENDER] [-amLOGIN 4. Can be empty string" //usage: "\n Default: -auUSER, or username of current UID" //usage: "\n -o OPTIONS Various options. -oi implied, others are ignored" -//usage: "\n -i -oi synonym. implied and ignored" +//usage: "\n -i -oi synonym, implied and ignored" //usage: "\n" //usage: "\nBusybox specific options:" //usage: "\n -v Verbose" //usage: "\n -w SECS Network timeout" -//usage: "\n -H 'PROG ARGS' Run connection helper" -//usage: "\n Examples:" -//usage: "\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" -//usage: "\n -connect smtp.gmail.com:25'