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/touch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/touch.c') diff --git a/src/touch.c b/src/touch.c index 3855f5766..82c89745e 100644 --- a/src/touch.c +++ b/src/touch.c @@ -259,7 +259,7 @@ Update the access and modification times of each FILE to the current time.\n\ \n\ STAMP may be used without -t if none of -drt, nor --, are used.\n\ ")); - puts (_("\nReport bugs to fileutils-bugs@gnu.ai.mit.edu")); + puts (_("\nReport bugs to .")); } exit (status); } -- cgit v1.2.3-54-g00ecf