diff options
Diffstat (limited to 'src/pr.c')
-rw-r--r-- | src/pr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1883,7 +1883,7 @@ Paginate or columnate FILE(s) for printing.\n\ -t implied by -l N when N < 10. Without -s, columns are separated by\n\ spaces. With no FILE, or when FILE is -, read standard input.\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); } |