diff options
Diffstat (limited to 'src/hostid.c')
-rw-r--r-- | src/hostid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostid.c b/src/hostid.c index f7a31fa12..1b8cff5bc 100644 --- a/src/hostid.c +++ b/src/hostid.c @@ -47,7 +47,7 @@ Print the numeric identifier (in hexadecimal) for the current host.\n\ --version output version information and exit\n\ \n\ ")); - puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>.")); + puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); } exit (status); } |