update usage to match actual behavior
authorMike Frysinger <vapier@gentoo.org>
Thu, 12 May 2005 22:36:07 +0000 (22:36 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 12 May 2005 22:36:07 +0000 (22:36 -0000)
include/usage.h

index ce8d407e3ea617d428d571215879e7469b7d127c..f1ae923160b8815b758c310ec0aec647cc7822fa 100644 (file)
 #define cmp_trivial_usage \
        "[-l] [-s] FILE1 [FILE2]"
 #define cmp_full_usage \
-       "Compare files.  Compares FILE1 vs stdin if FILE2 is not specified.\n\n" \
+       "Compares FILE1 vs stdin if FILE2 is not specified.\n\n" \
        "Options:\n" \
        "\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \
        "\t\t  for all differing bytes\n" \
 #define comm_trivial_usage \
        "[-123] FILE1 FILE2"
 #define comm_full_usage \
-       "Compare files. Compares FILE1 to FILE2, or to stdin if - is specified.\n\n" \
+       "Compares FILE1 to FILE2, or to stdin if = is specified.\n\n" \
        "Options:\n" \
        "\t-1\tSuppress lines unique to FILE1\n" \
        "\t-2\tSuppress lines unique to FILE2\n" \