1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

update bug-reporting address

This commit is contained in:
Jim Meyering
1998-09-19 17:24:05 +00:00
parent 6606de8b81
commit 6880f434c0
25 changed files with 25 additions and 25 deletions

View File

@@ -104,7 +104,7 @@ PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input.\n\
\n\
SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\
"));
puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}