diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-02 16:12:00 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-02 16:12:00 +0000 |
commit | 7e0c243ad53c8e6a56250ebf9d43edd6683ae1ac (patch) | |
tree | 96400b5f239d6648bc05756a9d56a7be548a1cc5 | |
parent | 50af926ecff4be8492ff250743bef0b2659d17ea (diff) | |
download | busybox-w32-7e0c243ad53c8e6a56250ebf9d43edd6683ae1ac.tar.gz busybox-w32-7e0c243ad53c8e6a56250ebf9d43edd6683ae1ac.tar.bz2 busybox-w32-7e0c243ad53c8e6a56250ebf9d43edd6683ae1ac.zip |
sendmail: improve help text
-rw-r--r-- | include/usage.h | 8 |
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 @@ | |||
3647 | USE_FEATURE_SENDMAIL_MAILX( \ | 3647 | USE_FEATURE_SENDMAIL_MAILX( \ |
3648 | "\n -s subject Subject" \ | 3648 | "\n -s subject Subject" \ |
3649 | "\n -j charset Assume charset for body and subject (" CONFIG_FEATURE_MIME_CHARSET ")" \ | 3649 | "\n -j charset Assume charset for body and subject (" CONFIG_FEATURE_MIME_CHARSET ")" \ |
3650 | "\n -a file File to attach. May be multiple" \ | 3650 | "\n -a file File to attach. May be repeated" \ |
3651 | "\n -H \"prog args...\" Use external connection helper. E.g. openssl for secure servers" \ | 3651 | "\n -H 'prog args' Run connection helper. E.g. openssl for encryption:" \ |
3652 | "\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \ | ||
3653 | "\n -connect smtp.gmail.com:25' <email.txt" \ | ||
3652 | "\n -S server[:port] Server" \ | 3654 | "\n -S server[:port] Server" \ |
3653 | ) \ | 3655 | ) \ |
3654 | USE_FEATURE_SENDMAIL_MAILXX( \ | 3656 | USE_FEATURE_SENDMAIL_MAILXX( \ |
3655 | "\n -c rcpt Cc: recipient. May be multiple" \ | 3657 | "\n -c rcpt Cc: recipient. May be repeated" \ |
3656 | "\n -e rcpt Errors-To: recipient" \ | 3658 | "\n -e rcpt Errors-To: recipient" \ |
3657 | ) \ | 3659 | ) \ |
3658 | "\n -t Read recipients and subject from body" \ | 3660 | "\n -t Read recipients and subject from body" \ |