diff options
Diffstat (limited to 'src/chgrp.c')
-rw-r--r-- | src/chgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chgrp.c b/src/chgrp.c index 812ef8106..44ba5189f 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -287,7 +287,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 bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-fileutils@gnu.ai.mit.edu")); } exit (status); } |