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/dircolors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dircolors.c') diff --git a/src/dircolors.c b/src/dircolors.c index 4314c9bc3..b2645d77c 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -115,6 +115,7 @@ Determine format of 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\n")); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); -- cgit v1.2.3-54-g00ecf