diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-07 23:55:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-07 23:55:52 +0000 |
commit | 3f3f5666275c92dedf7a940dd0cba6158a86d325 (patch) | |
tree | 9e3778e847e555e86aba666e346180d4efb10e63 /src/fmt.c | |
parent | 05bbdbd786c3ceefe4e57e8930c5bbe0918d3e58 (diff) | |
download | coreutils-3f3f5666275c92dedf7a940dd0cba6158a86d325.tar.gz coreutils-3f3f5666275c92dedf7a940dd0cba6158a86d325.tar.bz2 coreutils-3f3f5666275c92dedf7a940dd0cba6158a86d325.zip |
update bug-reporting address
Diffstat (limited to 'src/fmt.c')
-rw-r--r-- | src/fmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ \n\ In -wNUMBER, the letter `w' may be omitted.\n"), stdout); - puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>.")); + puts (_("\nReport bugs to <textutils-bugs@gnu.org>.")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); } |