From da68f3941181d98919c6ec33a2485215aca1b2dd Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 30 Jul 1998 12:13:39 +0000 Subject: * src/sort.c (usage): Add angle brackets to make `Report bugs...' message consistent with all the rest. --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sort.c b/src/sort.c index bbc0606c4..c9882313d 100644 --- a/src/sort.c +++ b/src/sort.c @@ -307,7 +307,7 @@ for that key. If no key given, use the entire line as key. With no\n\ FILE, or when FILE is -, read standard input.\n\ ") , DEFAULT_TMPDIR); - puts (_("\nReport bugs to textutils-bugs@gnu.org")); + puts (_("\nReport bugs to .")); } /* Don't use EXIT_FAILURE here in case it is defined to be 1. POSIX requires that sort return 1 IFF invoked with -c and -- cgit v1.2.3-54-g00ecf