diff options
Diffstat (limited to 'src/logname.c')
-rw-r--r-- | src/logname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logname.c b/src/logname.c index a582bbdc1..95ce95c1d 100644 --- a/src/logname.c +++ b/src/logname.c @@ -53,7 +53,7 @@ Print the name of the current user.\n\ --help display this help and exit\n\ --version output version information and exit\n\ ")); - puts (_("\nReport bugs to bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu")); } exit (status); } |