From: Jim Meyering Date: Mon, 2 Sep 1996 15:52:45 +0000 (+0000) Subject: (usage): Tell where to report bugs. X-Git-Tag: v2.22-rc1~347^2~10^2~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c3e2053dcff33c6b88a2ac068216c608f32cb98;p=thirdparty%2Futil-linux.git (usage): Tell where to report bugs. --- diff --git a/login-utils/su.c b/login-utils/su.c index ae016cbac7..bca680beec 100644 --- a/login-utils/su.c +++ b/login-utils/su.c @@ -430,6 +430,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\ ")); + puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); } exit (status); }