summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-01-04 05:31:58 +0000
committerJim Meyering <jim@meyering.net>1996-01-04 05:31:58 +0000
commit981d0810272f4ebe3f539d82af310d99090c4834 (patch)
treed60db062a0161c6890e080e418acb18eeaa5f4ec /src/uniq.c
parent6a7bd50a0bd6caec62df950744a2f2ab39edd13e (diff)
downloadcoreutils-981d0810272f4ebe3f539d82af310d99090c4834.tar.xz
(usage): Tweak wording in --help output.
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uniq.c b/src/uniq.c
index 2d261de50..64a3b8c9c 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\