From: Jim Meyering Date: Tue, 7 Oct 1997 23:53:10 +0000 (+0000) Subject: update bug-reporting address X-Git-Tag: TEXTUTILS-1_22c~291 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=54abd850106b7c1d65da6dbd7683cb48f52935fd;p=thirdparty%2Fcoreutils.git update bug-reporting address --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 20df53484a..bebb4fbf84 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,7 @@ +1997-10-07 Jim Meyering + + * src/*.c: Update bug-reporting address. + 1997-10-06 Jim Meyering * src/install.c (usage): Add a line describing --verbose. diff --git a/src/chgrp.c b/src/chgrp.c index 9a20e8b71e..801f5ad18b 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -319,7 +319,7 @@ Change the group membership of each FILE to GROUP.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to .")); + puts (_("\nReport bugs to .")); } exit (status); }