From 4d149205c314bce1db57aca1c86ca0690d15b076 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 12 May 2005 22:36:07 +0000 Subject: update usage to match actual behavior --- include/usage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/usage.h b/include/usage.h index ce8d407e3..f1ae92316 100644 --- a/include/usage.h +++ b/include/usage.h @@ -216,7 +216,7 @@ #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" \ @@ -225,7 +225,7 @@ #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" \ -- cgit v1.2.3