* src/sort.c (usage): Add angle brackets to make `Report bugs...'
authorJim Meyering <jim@meyering.net>
Thu, 30 Jul 1998 12:13:39 +0000 (12:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Jul 1998 12:13:39 +0000 (12:13 +0000)
message consistent with all the rest.

src/sort.c

index bbc0606c464cccd67a43c407c9aebf36e597afcc..c9882313de1c18be43c438cb1f92006144ff9f25 100644 (file)
@@ -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 <textutils-bugs@gnu.org>."));
     }
   /* 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