]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
(usage): Tell where to report bugs.
authorJim Meyering <jim@meyering.net>
Mon, 2 Sep 1996 15:52:45 +0000 (15:52 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 2 Sep 1996 15:52:45 +0000 (15:52 +0000)
login-utils/su.c

index ae016cbac747e475a102edb868653ed55805484f..bca680beec2a7f77077f11d49bdb1146e2bca2e6 100644 (file)
@@ -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);
 }