1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(usage): Tell where to report bugs.

This commit is contained in:
Jim Meyering
1996-09-02 15:52:45 +00:00
parent 82e99127d2
commit e9d17da073
29 changed files with 34 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ Copy standard input to each FILE, and also to standard output.\n\
--help display this help and exit\n\
--version output version information and exit\n\
"));
puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu"));
}
exit (status);
}