aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-29 16:53:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-29 16:53:25 +0000
commita6eb7f4ddf998cdff0453425102297147371fbd3 (patch)
tree6b1d8cd95851dc3ce12104c12c27248e8e1d8326 /include
parente1de3af9892a89156c109befa13403359ee8568f (diff)
downloadbusybox-a6eb7f4ddf998cdff0453425102297147371fbd3.tar.gz
sendmail: add more example in usage text
Diffstat (limited to 'include')
-rw-r--r--include/usage.h28
1 files changed, 16 insertions, 12 deletions
diff --git a/include/usage.h b/include/usage.h
index 16d5eec9f..5b824cd13 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3552,17 +3552,17 @@
"Output a cpio archive of the rpm file"
#define rtcwake_trivial_usage \
- "[-a | -l | -u] [-d DEV] [-m MODE] [-s SECS | -t TIME]"
+ "[-a | -l | -u] [-d DEV] [-m MODE] [-s SEC | -t TIME]"
#define rtcwake_full_usage "\n\n" \
"Enter a system sleep state until specified wakeup time\n" \
USE_GETOPT_LONG( \
- "\n -a,--auto Read clock mode from adjtime" \
- "\n -l,--local Clock is set to local time" \
- "\n -u,--utc Clock is set to UTC time" \
- "\n -d,--device=DEV Specify the RTC device" \
- "\n -m,--mode=MODE Set the sleep state (default: standby)" \
+ "\n -a,--auto Read clock mode from adjtime" \
+ "\n -l,--local Clock is set to local time" \
+ "\n -u,--utc Clock is set to UTC time" \
+ "\n -d,--device=DEV Specify the RTC device" \
+ "\n -m,--mode=MODE Set the sleep state (default: standby)" \
"\n -s,--seconds=SEC Set the timeout in SEC seconds from now" \
- "\n -t,--time=TIME Set the timeout to TIME seconds from epoch" \
+ "\n -t,--time=TIME Set the timeout to TIME seconds from epoch" \
) \
SKIP_GETOPT_LONG( \
"\n -a Read clock mode from adjtime" \
@@ -3695,16 +3695,20 @@
"\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 repeated" \
- "\n -H 'prog args' Run connection helper. E.g. openssl for encryption:" \
+ "\n -H 'prog args' Run connection helper" \
+ "\n Examples:" \
"\n -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \
- "\n -connect smtp.gmail.com:25' <email.txt" \
- "\n [4<username_and_passwd.txt]" \
+ "\n -connect smtp.gmail.com:25' <email.txt" \
+ "\n [4<username_and_passwd.txt]" \
+ "\n -H 'exec openssl s_client -quiet -tls1" \
+ "\n -connect smtp.gmail.com:465' <email.txt" \
+ "\n [4<username_and_passwd.txt]" \
"\n -S server[:port] Server" \
- ) \
+ ) \
USE_FEATURE_SENDMAIL_MAILXX( \
"\n -c rcpt Cc: recipient. May be repeated" \
"\n -e rcpt Errors-To: recipient" \
- ) \
+ ) \
"\n -t Read recipients and subject from body" \
"\n" \
"\nOther options are silently ignored; -oi is implied" \