1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

(usage): Tell where to report bugs.

This commit is contained in:
Jim Meyering
1996-09-02 15:34:25 +00:00
parent 6a52479e0a
commit c609ba2d13
24 changed files with 28 additions and 2 deletions
+1
View File
@@ -425,6 +425,7 @@ With no FILE, or when FILE is -, read standard input.\n\
--version output version information and exit\n\
\n\
"));
puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}