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