diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 22:09:11 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 22:09:11 +0000 |
commit | c5ff0b216ee0e7ae85b2c24f83a58de592120a46 (patch) | |
tree | 240e4a16a8d750bf69e84be6f8e05f694794a7f7 | |
parent | 8dafbe5806de7a2faf01ebc863e30aa134350da0 (diff) | |
download | coreutils-c5ff0b216ee0e7ae85b2c24f83a58de592120a46.tar.xz |
Fix typo in previous log entry.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |