1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

Fix typo in previous log entry.

This commit is contained in:
Paul Eggert
2004-08-10 22:09:11 +00:00
parent 8dafbe5806
commit c5ff0b216e
+1 -1
View File
@@ -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>