diff options
author | Jim Meyering <jim@meyering.net> | 1996-01-04 05:31:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-01-04 05:31:58 +0000 |
commit | 981d0810272f4ebe3f539d82af310d99090c4834 (patch) | |
tree | d60db062a0161c6890e080e418acb18eeaa5f4ec /src | |
parent | 6a7bd50a0bd6caec62df950744a2f2ab39edd13e (diff) | |
download | coreutils-981d0810272f4ebe3f539d82af310d99090c4834.tar.xz |
(usage): Tweak wording in --help output.
Diffstat (limited to 'src')
-rw-r--r-- | src/uniq.c | 4 |
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\ |