From 896c455f23e728e82e42d94ce50e67d2bee7c727 Mon Sep 17 00:00:00 2001 From: vapier Date: Thu, 12 May 2005 22:36:07 +0000 Subject: update usage to match actual behavior git-svn-id: svn://busybox.net/trunk/busybox@10314 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb