correct help texts
authorDenis Vlasenko <vda.linux@googlemail.com>
Wed, 12 Nov 2008 21:18:58 +0000 (21:18 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Wed, 12 Nov 2008 21:18:58 +0000 (21:18 -0000)
include/usage.h

index f9b6aca1bf20003f7cc48e5be8e6079b23c00c1e..d38a16e902a22c78f44f9108c0fcce948c254c6f 100644 (file)
        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]"