diff options
Diffstat (limited to 'src/expand.c')
-rw-r--r-- | src/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c index e5d039d61..1e2bca614 100644 --- a/src/expand.c +++ b/src/expand.c @@ -128,7 +128,7 @@ With no FILE, or when FILE is -, read standard input.\n\ \n\ Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\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); } |