diff options
author | Jim Meyering <jim@meyering.net> | 1998-09-19 17:17:58 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-09-19 17:17:58 +0000 |
commit | 08cfef16a270608325db3f9ca5398d9aba8cd1dc (patch) | |
tree | 7c91fbf2f14fe5c3aff1091d5fc4b06ae210fbd2 /src/ls.c | |
parent | 2f235c5843511d5d0e439511f58863b2ab983709 (diff) | |
download | coreutils-08cfef16a270608325db3f9ca5398d9aba8cd1dc.tar.xz |
update bug-reporting address
Diffstat (limited to 'src/ls.c')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2934,7 +2934,7 @@ optional WHEN argument is equivalent to using --color=always. With\n\ --color=auto, color codes are output only if standard output is connected\n\ to a terminal (tty).\n\ ")); - puts (_("\nReport bugs to <fileutils-bugs@gnu.org>.")); + puts (_("\nReport bugs to <bug-fileutils@gnu.org>.")); close_stdout (); } exit (status); |