summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-04-16 22:00:28 +0200
committerJim Meyering <jim@meyering.net>2007-04-16 22:01:46 +0200
commit25b8a7a987bcf7bc834fce2f5de2697bde5d156b (patch)
tree1f165ba8a824808099a6a43554b20da7045500cd /ChangeLog
parent14816cf338422c4ed98fa172492cc97e6701cc61 (diff)
downloadcoreutils-25b8a7a987bcf7bc834fce2f5de2697bde5d156b.tar.xz
cut synopsis: fix coreutils.texi, too.
* doc/coreutils.texi (cut invocation): Adjust synopsis to show that an * THANKS: Add Rudolf Kastl. OPTION is required. Reported by Rudolf Kastl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6c904101..280cf2a0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* src/cut.c (usage): Adjust synopsis to show that an OPTION is required.
Reported by Rudolf Kastl.
+ * THANKS: Add Rudolf Kastl.
2007-04-11 Paul Eggert <eggert@cs.ucla.edu>