From f691ff287500d8248888d6ac95c20719792ef16c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 2 Jul 2002 09:09:10 +0000 Subject: [PATCH] (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. --- login-utils/su.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/login-utils/su.c b/login-utils/su.c index 563489c539..65bb8b3fc5 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -447,7 +447,7 @@ Change the effective user id and group id to that of USER.\n\ \n\ A mere - implies -l. If USER not given, assume root.\n\ "), stdout); - puts (_("\nReport bugs to .")); + printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); close_stdout (); } exit (status); -- 2.47.3