From: Denis Vlasenko Date: Mon, 2 Mar 2009 16:12:00 +0000 (-0000) Subject: sendmail: improve help text X-Git-Tag: 1_14_0~295 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e0c243ad53c8e6a56250ebf9d43edd6683ae1ac;p=platform%2Fupstream%2Fbusybox.git sendmail: improve help text --- diff --git a/include/usage.h b/include/usage.h index d5cf4cc..3363e10 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'