summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-04-16 16:26:13 +0200
committerJim Meyering <jim@meyering.net>2007-04-16 16:26:13 +0200
commit14816cf338422c4ed98fa172492cc97e6701cc61 (patch)
treee54fc9ee7d3205e21cb9eacd751a22b682910d38 /ChangeLog
parent74932c721b3f2b317e5131f44b79fcab1c7d98aa (diff)
downloadcoreutils-14816cf338422c4ed98fa172492cc97e6701cc61.tar.xz
* src/cut.c (usage): Adjust synopsis to show that an OPTION is required.
Reported by Rudolf Kastl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1f795a3a..a6c904101 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-16 Jim Meyering <jim@meyering.net>
+
+ * src/cut.c (usage): Adjust synopsis to show that an OPTION is required.
+ Reported by Rudolf Kastl.
+
2007-04-11 Paul Eggert <eggert@cs.ucla.edu>
split --line-bytes=N (-C N): don't create an empty file.