summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-11 22:12:38 +0000
committerJim Meyering <jim@meyering.net>2003-03-11 22:12:38 +0000
commit28a2492860ca8aa337ba615cdf7870946e7bcccf (patch)
treeac4830d907cfd7b0ab2a77bd67a9701a08d9520d
parenta988982b19c08c43d273db12c487ffac329aefd9 (diff)
downloadcoreutils-28a2492860ca8aa337ba615cdf7870946e7bcccf.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f361ca4ca..188a013ec 100644
--- 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>