From d23970e52ecd6553cc8885a1ebd31e245b184a61 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Jul 2002 09:05:33 +0000 Subject: (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. --- src/dircolors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dircolors.c') diff --git a/src/dircolors.c b/src/dircolors.c index 46ccc010e..f9b6c1488 100644 --- a/src/dircolors.c +++ b/src/dircolors.c @@ -118,7 +118,7 @@ If FILE is specified, read it to determine which colors to use for which\n\ file types and extensions. Otherwise, a precompiled database is used.\n\ For details on the format of these files, run `dircolors --print-database'.\n\ "), stdout); - puts (_("\nReport bugs to .")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE); -- cgit v1.2.3-54-g00ecf