summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-24 20:38:52 +0000
committerJim Meyering <jim@meyering.net>1995-06-24 20:38:52 +0000
commiteb5665733a6a44e41dca07912aef6c1d93006a5f (patch)
tree500d2d770cba9e88a39e2c2fef9593e338c7508f /src/uniq.c
parentec8d1fce629cf37555f75a638765fb6fa18b25d7 (diff)
downloadcoreutils-eb5665733a6a44e41dca07912aef6c1d93006a5f.tar.xz
(usage): Fix typo.
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c2
1 files changed, 1 insertions, 1 deletions
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\