aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-11-12 21:18:58 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-11-12 21:18:58 +0000
commitcf3e05bbdb1e88eeb5e9771ef053bdce6797cd93 (patch)
treea836b233f023ecedfb2ffe9e38853e528165e809 /include
parent81c6a91251016da8a2cce2ceaf01f4e322711899 (diff)
downloadbusybox-cf3e05bbdb1e88eeb5e9771ef053bdce6797cd93.tar.gz
correct help texts
Diffstat (limited to 'include')
-rw-r--r--include/usage.h17
1 files changed, 7 insertions, 10 deletions
diff --git a/include/usage.h b/include/usage.h
index f9b6aca1b..d38a16e90 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -3588,22 +3588,19 @@
USE_FEATURE_SENDMAIL_MAILXX( \
"\n -c rcpt Cc: recipient. May be multiple" \
"\n -e rcpt Errors-To: recipient" \
- )
+ ) \
"\n -t Read recipients and subject from body" \
"\n" \
"\nOther options are silently ignored; -oi is implied" \
#define seq_trivial_usage \
- "[-w] [-s separator] [first [increment]] last"
+ "[-w] [-s SEP] [FIRST [INC]] LAST"
#define seq_full_usage "\n\n" \
- "Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \
- "FIRST, INCREMENT default to 1\n" \
- "\nArguments:" \
- "\n -w Pad to last with leading zeros" \
- "\n -s <string> Use string separator" \
- "\n LAST" \
- "\n FIRST LAST" \
- "\n FIRST INCREMENT LAST" \
+ "Print numbers from FIRST to LAST, in steps of INC.\n" \
+ "FIRST, INC default to 1\n" \
+ "\nOptions:" \
+ "\n -w Pad to last with leading zeros" \
+ "\n -s SEP String separator" \
#define sestatus_trivial_usage \
"[-vb]"