From 7e294bac78706d2722fc783f7503222808f1c43a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 29 Aug 1996 05:05:57 +0000 Subject: (usage): Tell where to report bugs. --- src/install.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/install.c') diff --git a/src/install.c b/src/install.c index 0e2babab3..54025fbd9 100644 --- a/src/install.c +++ b/src/install.c @@ -617,7 +617,9 @@ version control may be set with VERSION_CONTROL, values are:\n\ \n\ t, numbered make numbered backups\n\ nil, existing numbered if numbered backups exist, simple otherwise\n\ - never, simple always make simple backups\n")); + never, simple always make simple backups\n\ +")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu\n")); } exit (status); } -- cgit v1.2.3-54-g00ecf