diff options
Diffstat (limited to 'src/paste.c')
-rw-r--r-- | src/paste.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paste.c b/src/paste.c index f1c466c3e..a24fcbce5 100644 --- a/src/paste.c +++ b/src/paste.c @@ -425,7 +425,7 @@ With no FILE, or when FILE is -, read standard input.\n\ --version output version information and exit\n\ \n\ ")); - puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-textutils@gnu.ai.mit.edu")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |