From: Jim Meyering Date: Thu, 4 Jan 1996 05:31:58 +0000 (+0000) Subject: (usage): Tweak wording in --help output. X-Git-Tag: TEXTUTILS-1_13j~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=981d0810272f4ebe3f539d82af310d99090c4834;p=thirdparty%2Fcoreutils.git (usage): Tweak wording in --help output. --- diff --git a/src/uniq.c b/src/uniq.c index 2d261de505..64a3b8c9c7 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -117,8 +117,8 @@ standard input), writing to OUTPUT (or standard 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 first N fields\n\ + -s, --skip-chars=N avoid comparing the first N characters\n\ -u, --unique only print unique lines\n\ -w, --check-chars=N compare no more than N characters in lines\n\ -N same as -f N\n\