Patch from Steven Scholz, make usage more consistent with actual
authorGlenn L McGrath <bug1@ihug.co.nz>
Thu, 4 Dec 2003 13:06:44 +0000 (13:06 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Thu, 4 Dec 2003 13:06:44 +0000 (13:06 -0000)
behaviour.

include/usage.h

index 636f6f4c48748d16190e4b1dde4e6850bf419690..7cce349040bccd6a452727e4d24bce843adb6d0c 100644 (file)
 #define md5sum_full_usage \
        "Print" USAGE_MD5_SHA1_SUM_CHECK(" or check") " MD5 checksums.\n\n" \
        "Options:\n" \
-       "With no FILE, or when FILE is -, read standard input.\n\n" \
-       USAGE_MD5_SHA1_SUM_CHECK("\t-c\tcheck MD5 sums against given list\n") \
+       "With no FILE, or when FILE is -, read standard input." \
+       USAGE_MD5_SHA1_SUM_CHECK("\n\n" \
+       "\t-c\tcheck MD5 sums against given list\n" \
        "\nThe following two options are useful only when verifying checksums:\n" \
        "\t-s\tdon't output anything, status code shows success\n" \
-       USAGE_MD5_SHA1_SUM_CHECK("\t-w\twarn about improperly formated MD5 checksum lines")
+       "\t-w\twarn about improperly formated MD5 checksum lines")
 #define md5sum_example_usage \
        "$ md5sum < busybox\n" \
        "6fd11e98b98a58f64ff3398d7b324003\n" \
 #define sha1sum_full_usage \
        "Print" USAGE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums.\n\n" \
        "Options:\n" \
-       "With no FILE, or when FILE is -, read standard input.\n\n" \
-       USAGE_MD5_SHA1_SUM_CHECK("\t-c\tcheck SHA1 sums against given list\n") \
-       USAGE_MD5_SHA1_SUM_CHECK("\nThe following two options are useful only when verifying checksums:\n") \
+       "With no FILE, or when FILE is -, read standard input." \
+       USAGE_MD5_SHA1_SUM_CHECK("\n\n" \
+       "\t-c\tcheck SHA1 sums against given list\n" \
+       "\nThe following two options are useful only when verifying checksums:\n" \
        "\t-s\tdon't output anything, status code shows success\n" \
-       USAGE_MD5_SHA1_SUM_CHECK("\t-w\twarn about improperly formated SHA1 checksum lines")
+       "\t-w\twarn about improperly formated SHA1 checksum lines")
 
 #ifdef CONFIG_FEATURE_FANCY_SLEEP
   #define USAGE_FANCY_SLEEP(a) a