From 3bc2827212cbdb43d877ae46a5a3713d807411e8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 24 Oct 1993 20:00:39 +0000 Subject: merge with 1.8h --- src/uniq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index 5cbd4df60..58c77857e 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -361,10 +361,10 @@ Usage: %s [OPTION]... [INPUT [OUTPUT]]\n\ \n\ -c, --count prefix lines by the number of occurrences\n\ -d, --repeated only print duplicate lines\n\ - -f, --skip-fields N avoid comparing the N first fields\n\ - -s, --skip-chars N avoid comparing the N first characters\n\ + -f, --skip-fields=N avoid comparing the N first fields\n\ + -s, --skip-chars=N avoid comparing the N first characters\n\ -u, --unique only print unique lines\n\ - -w, --check-chars N compare no more then N characters in lines\n\ + -w, --check-chars=N compare no more then N characters in lines\n\ -N same as -f N\n\ +N same as -s N\n\ --help display this help and exit\n\ -- cgit v1.2.3-54-g00ecf