summaryrefslogtreecommitdiff
path: root/src/tsort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-22 09:45:52 +0000
committerJim Meyering <jim@meyering.net>1999-08-22 09:45:52 +0000
commit0e3b9af25b493ae3d2b08576d231b9173c15d4ab (patch)
tree472061ac08619f733b38a70d76aa5cdb78ab02aa /src/tsort.c
parent1ec1017a2398686a2ec3034c81cad1521c825d0f (diff)
downloadcoreutils-0e3b9af25b493ae3d2b08576d231b9173c15d4ab.tar.xz
(usage): Correct bug-reporting email address.
(tsort): Remove trailing `\n' in error format.
Diffstat (limited to 'src/tsort.c')
-rw-r--r--src/tsort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tsort.c b/src/tsort.c
index 0eb9b5796..0b36a3368 100644
--- a/src/tsort.c
+++ b/src/tsort.c
@@ -98,7 +98,7 @@ With no FILE, or when FILE is -, read standard input.\n\
--help display this help and exit\n\
--version output version information and exit\n"),
program_name);
- puts (_("\nReport bugs to <textutils-bugs@gnu.org>."));
+ puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
@@ -440,7 +440,7 @@ tsort (const char *file)
assert (n_strings >= 0);
if (n_strings > 0)
{
- error (0, 0, _("%s: input contains a loop:\n"),
+ error (0, 0, _("%s: input contains a loop:"),
(have_read_stdin ? "-" : file));
/* Print out loop. */