summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-30 12:13:39 +0000
committerJim Meyering <jim@meyering.net>1998-07-30 12:13:39 +0000
commitda68f3941181d98919c6ec33a2485215aca1b2dd (patch)
tree38faf1183d3ecc33cd1a29b874366c4bcdd1c62b /src/sort.c
parent2fcc1267b5586583e579c373e9fac77b178a02cd (diff)
downloadcoreutils-da68f3941181d98919c6ec33a2485215aca1b2dd.tar.xz
* src/sort.c (usage): Add angle brackets to make `Report bugs...'
message consistent with all the rest.
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
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 <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