From: Jim Meyering Date: Thu, 30 Jul 1998 12:13:39 +0000 (+0000) Subject: * src/sort.c (usage): Add angle brackets to make `Report bugs...' X-Git-Tag: FILEUTILS-3_16t~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da68f3941181d98919c6ec33a2485215aca1b2dd;p=thirdparty%2Fcoreutils.git * src/sort.c (usage): Add angle brackets to make `Report bugs...' message consistent with all the rest. --- diff --git a/src/sort.c b/src/sort.c index bbc0606c46..c9882313de 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