diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-12 21:18:58 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-12 21:18:58 +0000 |
commit | cf3e05bbdb1e88eeb5e9771ef053bdce6797cd93 (patch) | |
tree | a836b233f023ecedfb2ffe9e38853e528165e809 | |
parent | 81c6a91251016da8a2cce2ceaf01f4e322711899 (diff) | |
download | busybox-w32-cf3e05bbdb1e88eeb5e9771ef053bdce6797cd93.tar.gz busybox-w32-cf3e05bbdb1e88eeb5e9771ef053bdce6797cd93.tar.bz2 busybox-w32-cf3e05bbdb1e88eeb5e9771ef053bdce6797cd93.zip |
correct help texts
-rw-r--r-- | include/usage.h | 17 |
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 @@ | |||
3588 | USE_FEATURE_SENDMAIL_MAILXX( \ | 3588 | USE_FEATURE_SENDMAIL_MAILXX( \ |
3589 | "\n -c rcpt Cc: recipient. May be multiple" \ | 3589 | "\n -c rcpt Cc: recipient. May be multiple" \ |
3590 | "\n -e rcpt Errors-To: recipient" \ | 3590 | "\n -e rcpt Errors-To: recipient" \ |
3591 | ) | 3591 | ) \ |
3592 | "\n -t Read recipients and subject from body" \ | 3592 | "\n -t Read recipients and subject from body" \ |
3593 | "\n" \ | 3593 | "\n" \ |
3594 | "\nOther options are silently ignored; -oi is implied" \ | 3594 | "\nOther options are silently ignored; -oi is implied" \ |
3595 | 3595 | ||
3596 | #define seq_trivial_usage \ | 3596 | #define seq_trivial_usage \ |
3597 | "[-w] [-s separator] [first [increment]] last" | 3597 | "[-w] [-s SEP] [FIRST [INC]] LAST" |
3598 | #define seq_full_usage "\n\n" \ | 3598 | #define seq_full_usage "\n\n" \ |
3599 | "Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \ | 3599 | "Print numbers from FIRST to LAST, in steps of INC.\n" \ |
3600 | "FIRST, INCREMENT default to 1\n" \ | 3600 | "FIRST, INC default to 1\n" \ |
3601 | "\nArguments:" \ | 3601 | "\nOptions:" \ |
3602 | "\n -w Pad to last with leading zeros" \ | 3602 | "\n -w Pad to last with leading zeros" \ |
3603 | "\n -s <string> Use string separator" \ | 3603 | "\n -s SEP String separator" \ |
3604 | "\n LAST" \ | ||
3605 | "\n FIRST LAST" \ | ||
3606 | "\n FIRST INCREMENT LAST" \ | ||
3607 | 3604 | ||
3608 | #define sestatus_trivial_usage \ | 3605 | #define sestatus_trivial_usage \ |
3609 | "[-vb]" | 3606 | "[-vb]" |