diff options
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\ |