From: Jim Meyering Date: Sun, 22 Aug 1999 09:45:52 +0000 (+0000) Subject: (usage): Correct bug-reporting email address. X-Git-Tag: FILEUTILS-4_0j-trial~316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e3b9af25b493ae3d2b08576d231b9173c15d4ab;p=thirdparty%2Fcoreutils.git (usage): Correct bug-reporting email address. (tsort): Remove trailing `\n' in error format. --- diff --git a/src/tsort.c b/src/tsort.c index 0eb9b57961..0b36a33683 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 .")); + puts (_("\nReport bugs to .")); } 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. */