diff options
Diffstat (limited to 'src/mkfifo.c')
-rw-r--r-- | src/mkfifo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mkfifo.c b/src/mkfifo.c index 783e3f7c0..dd559ebc1 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -63,7 +63,9 @@ Create named pipes (FIFOs) with the given NAMEs.\n\ \n\ -m, --mode=MODE set permission mode (as in chmod), not 0666 - umask\n\ --help display this help and exit\n\ - --version output version information and exit\n")); + --version output version information and exit\n\ +")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n")); } exit (status); } |