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/rm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rm.c') diff --git a/src/rm.c b/src/rm.c index 53325b38c..61d28102c 100644 --- a/src/rm.c +++ b/src/rm.c @@ -540,7 +540,7 @@ Remove (unlink) the FILE(s).\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to fileutils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } -- cgit v1.2.3-54-g00ecf