]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 11 Mar 2003 22:12:38 +0000 (22:12 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 Mar 2003 22:12:38 +0000 (22:12 +0000)
ChangeLog

index f361ca4ca3f654e7adcb70f2d25749760fd7985c..188a013ecce6c6e806fdefb695d073814dd0c43e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,14 @@
 2003-03-11  Jim Meyering  <jim@meyering.net>
 
+       * src/split.c (longopts): Don't hard-code `2' here.
+       Instead, just specify `&verbose', and ...
+       (main): ... remove the `case 2:' block for --verbose.
+
        * Version 4.5.10.
 
-       * tests/du/basic: Make the test larger than 64 bytes, so that we don't
-       immediately disqualify file systems (e.g., NetApp) on which smaller
-       files take up zero disk blocks.  Reported by Vin Shelton.
+       * tests/du/basic: Make the test file larger than 64 bytes, so that
+       we don't immediately disqualify file systems (e.g., NetApp) on which
+       smaller files take up zero disk blocks.  Reported by Vin Shelton.
 
 2003-03-10  Jim Meyering  <jim@meyering.net>