diff options
Diffstat (limited to 'src/hostname.c')
-rw-r--r-- | src/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname.c b/src/hostname.c index 72fdaf67f..0ff26fb1a 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -67,7 +67,7 @@ Print the hostname of the current system.\n\ --version output version information and exit\n\ ") , program_name, program_name); - puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>.")); + puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); } exit (status); } |