mirror of
https://github.com/sheumann/hush.git
synced 2025-01-16 09:30:29 +00:00
correct help texts
This commit is contained in:
parent
81c6a91251
commit
cf3e05bbdb
@ -3588,22 +3588,19 @@
|
|||||||
USE_FEATURE_SENDMAIL_MAILXX( \
|
USE_FEATURE_SENDMAIL_MAILXX( \
|
||||||
"\n -c rcpt Cc: recipient. May be multiple" \
|
"\n -c rcpt Cc: recipient. May be multiple" \
|
||||||
"\n -e rcpt Errors-To: recipient" \
|
"\n -e rcpt Errors-To: recipient" \
|
||||||
)
|
) \
|
||||||
"\n -t Read recipients and subject from body" \
|
"\n -t Read recipients and subject from body" \
|
||||||
"\n" \
|
"\n" \
|
||||||
"\nOther options are silently ignored; -oi is implied" \
|
"\nOther options are silently ignored; -oi is implied" \
|
||||||
|
|
||||||
#define seq_trivial_usage \
|
#define seq_trivial_usage \
|
||||||
"[-w] [-s separator] [first [increment]] last"
|
"[-w] [-s SEP] [FIRST [INC]] LAST"
|
||||||
#define seq_full_usage "\n\n" \
|
#define seq_full_usage "\n\n" \
|
||||||
"Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \
|
"Print numbers from FIRST to LAST, in steps of INC.\n" \
|
||||||
"FIRST, INCREMENT default to 1\n" \
|
"FIRST, INC default to 1\n" \
|
||||||
"\nArguments:" \
|
"\nOptions:" \
|
||||||
"\n -w Pad to last with leading zeros" \
|
"\n -w Pad to last with leading zeros" \
|
||||||
"\n -s <string> Use string separator" \
|
"\n -s SEP String separator" \
|
||||||
"\n LAST" \
|
|
||||||
"\n FIRST LAST" \
|
|
||||||
"\n FIRST INCREMENT LAST" \
|
|
||||||
|
|
||||||
#define sestatus_trivial_usage \
|
#define sestatus_trivial_usage \
|
||||||
"[-vb]"
|
"[-vb]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user