Fix typo in previous log entry.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2004 22:09:11 +0000 (22:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2004 22:09:11 +0000 (22:09 +0000)
ChangeLog

index 284e3a2..bf8bcd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@
        A null file arg means standard output.
        (main): "-o -" means to write to a file named "-",
        not to standard output.
-       * src/tee.c (usage): "tee -" writes to standard output, not
+       * src/tee.c (usage, tee): "tee -" writes to standard output, not
        to a file named "-".
 
 2004-08-10  Dmitry V. Levin  <ldv@altlinux.org>