From: Jim Meyering Date: Sat, 24 Jun 1995 20:38:52 +0000 (+0000) Subject: (usage): Fix typo. X-Git-Tag: textutils-1_12_1~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb5665733a6a44e41dca07912aef6c1d93006a5f;p=thirdparty%2Fcoreutils.git (usage): Fix typo. --- diff --git a/src/uniq.c b/src/uniq.c index 1ccd6dfad8..5897c71660 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\