From 4c3e2053dcff33c6b88a2ac068216c608f32cb98 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Sep 1996 15:52:45 +0000 Subject: [PATCH] (usage): Tell where to report bugs. --- login-utils/su.c | 1 + 1 file changed, 1 insertion(+) 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); } -- 2.47.3