]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Warn that the +N form will be withdrawn.
authorJim Meyering <jim@meyering.net>
Sun, 18 Mar 2001 07:54:19 +0000 (07:54 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 18 Mar 2001 07:54:19 +0000 (07:54 +0000)
src/uniq.c

index 12964a0303e2de67fb8fcf67123b6e375706e018..1c5bd39e04ca82f4edbeea7e557ecf35f32b95cb 100644 (file)
@@ -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\