aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-02 16:12:00 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-02 16:12:00 +0000
commit7e0c243ad53c8e6a56250ebf9d43edd6683ae1ac (patch)
tree96400b5f239d6648bc05756a9d56a7be548a1cc5 /include
parent50af926ecff4be8492ff250743bef0b2659d17ea (diff)
downloadbusybox-7e0c243ad53c8e6a56250ebf9d43edd6683ae1ac.tar.gz
sendmail: improve help text
Diffstat (limited to 'include')
-rw-r--r--include/usage.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h
index d5cf4cc1d..3363e103f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3647,12 +3647,14 @@
USE_FEATURE_SENDMAIL_MAILX( \
"\n -s subject Subject" \
"\n -j charset Assume charset for body and subject (" CONFIG_FEATURE_MIME_CHARSET ")" \
- "\n -a file File to attach. May be multiple" \
- "\n -H \"prog args...\" Use external connection helper. E.g. openssl for secure servers" \
+ "\n -a file File to attach. May be repeated" \
+ "\n -H 'prog args' Run connection helper. E.g. openssl for encryption:" \
+ "\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \
+ "\n -connect smtp.gmail.com:25' <email.txt" \
"\n -S server[:port] Server" \
) \
USE_FEATURE_SENDMAIL_MAILXX( \
- "\n -c rcpt Cc: recipient. May be multiple" \
+ "\n -c rcpt Cc: recipient. May be repeated" \
"\n -e rcpt Errors-To: recipient" \
) \
"\n -t Read recipients and subject from body" \