summaryrefslogtreecommitdiffstats
path: root/login-utils/su.c
diff options
context:
space:
mode:
authorJim Meyering2002-07-02 11:09:10 +0200
committerJim Meyering2002-07-02 11:09:10 +0200
commitf691ff287500d8248888d6ac95c20719792ef16c (patch)
tree3d71baa9583a3ea2ce08f02fe08f7e530ef45fa6 /login-utils/su.c
parentUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION (diff)
downloadkernel-qcow2-util-linux-f691ff287500d8248888d6ac95c20719792ef16c.tar.gz
kernel-qcow2-util-linux-f691ff287500d8248888d6ac95c20719792ef16c.tar.xz
kernel-qcow2-util-linux-f691ff287500d8248888d6ac95c20719792ef16c.zip
(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.
Diffstat (limited to 'login-utils/su.c')
-rw-r--r--login-utils/su.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/login-utils/su.c b/login-utils/su.c
index 563489c53..65bb8b3fc 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 <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
close_stdout ();
}
exit (status);