From 5a731510b2f53cff57266fcd006e61e8743e86df Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Jul 2002 09:06:33 +0000 Subject: (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. --- src/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/od.c') diff --git a/src/od.c b/src/od.c index 2e3f7f9f2..6c0de1874 100644 --- a/src/od.c +++ b/src/od.c @@ -371,7 +371,7 @@ of output. \ --string without a number implies 3. --width without a number\n\ implies 32. By default, od uses -A o -t d2 -w 16.\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