From 981d0810272f4ebe3f539d82af310d99090c4834 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 4 Jan 1996 05:31:58 +0000 Subject: [PATCH] (usage): Tweak wording in --help output. --- src/uniq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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\ -- 2.47.2