diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-30 12:13:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-30 12:13:39 +0000 |
commit | da68f3941181d98919c6ec33a2485215aca1b2dd (patch) | |
tree | 38faf1183d3ecc33cd1a29b874366c4bcdd1c62b /src | |
parent | 2fcc1267b5586583e579c373e9fac77b178a02cd (diff) | |
download | coreutils-da68f3941181d98919c6ec33a2485215aca1b2dd.tar.xz |
* src/sort.c (usage): Add angle brackets to make `Report bugs...'
message consistent with all the rest.
Diffstat (limited to 'src')
-rw-r--r-- | src/sort.c | 2 |
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 |