diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-18 07:54:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-18 07:54:19 +0000 |
commit | 236b06bc295e0e5746caba06295eff059377397a (patch) | |
tree | d9e36ac7f89d53f756c5dc45236b0ffbd921b3e9 /src | |
parent | 426d1b07d1c87cd302845a5de743501b31fe7931 (diff) | |
download | coreutils-236b06bc295e0e5746caba06295eff059377397a.tar.xz |
(usage): Warn that the +N form will be withdrawn.
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 12964a030..1c5bd39e0 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -1,5 +1,5 @@ /* uniq -- remove duplicate lines from a sorted file - Copyright (C) 86, 91, 1995-1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 86, 91, 1995-2001, Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -121,7 +121,7 @@ standard input), writing to OUTPUT (or standard output).\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\ - +N same as -s N\n\ + +N same as -s N (obsolescent; will be withdrawn)\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ |