From a882d55b5246251a558ad2c05c5547b76a8f0efb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Feb 1997 04:24:08 +0000 Subject: bracket bug address with <> and append a period --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index e906335a0..df71ce23b 100644 --- a/src/ls.c +++ b/src/ls.c @@ -2802,7 +2802,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.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } -- cgit v1.2.3-54-g00ecf