diff options
Diffstat (limited to 'src/mkfifo.c')
-rw-r--r-- | src/mkfifo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkfifo.c b/src/mkfifo.c index 87db0c10c..c9ea8756f 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -65,7 +65,7 @@ Create named pipes (FIFOs) with the given NAMEs.\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); } |