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

bracket bug address with <> and append a period

This commit is contained in:
Jim Meyering
1997-02-01 04:24:58 +00:00
parent a882d55b52
commit e077b7593b
24 changed files with 24 additions and 24 deletions

View File

@@ -117,7 +117,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.ai.mit.edu"));
puts (_("\nReport bugs to <textutils-bugs@gnu.ai.mit.edu>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}