]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use better diagnostics for "head -3 -4" and likewise for tail.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 Jan 2006 01:39:44 +0000 (01:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 Jan 2006 01:39:44 +0000 (01:39 +0000)
ChangeLog

index 682e77fb0a5ffdb190b207dbf8b1b4c7843a7dc2..3502f02828509d18a86f923d5cf1361f54008571 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
-2006-01-30  Jim Meyering  <jim@meyering.net>
+2006-01-30  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 6.0-cvs.
 
+       * src/head.c (main): Use a better diagnostic when someone uses a
+       trailing numeric option in an invalid way.  Problem reported by
+       Karl Berry.
+       * src/tail.c (parse_options): Likewise.
+
+2006-01-30  Jim Meyering  <jim@meyering.net>
+
        * man/wc.x: Include `count' keyword in man page synopsis,
        per suggestion from http://bugs.debian.org/181585.