diff options
author | Jim Meyering <jim@meyering.net> | 1995-06-24 20:38:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-06-24 20:38:52 +0000 |
commit | eb5665733a6a44e41dca07912aef6c1d93006a5f (patch) | |
tree | 500d2d770cba9e88a39e2c2fef9593e338c7508f /src | |
parent | ec8d1fce629cf37555f75a638765fb6fa18b25d7 (diff) | |
download | coreutils-eb5665733a6a44e41dca07912aef6c1d93006a5f.tar.xz |
(usage): Fix typo.
Diffstat (limited to 'src')
-rw-r--r-- | src/uniq.c | 2 |
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\ |