From eb5665733a6a44e41dca07912aef6c1d93006a5f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 24 Jun 1995 20:38:52 +0000 Subject: (usage): Fix typo. --- src/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uniq.c') diff --git a/src/uniq.c b/src/uniq.c index 1ccd6dfad..5897c7166 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -356,7 +356,7 @@ standard input), writing to OUTPUT (or standard output).\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 than 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