diff options
Diffstat (limited to 'src/whoami.c')
-rw-r--r-- | src/whoami.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/whoami.c b/src/whoami.c index 14037ef86..9936a85af 100644 --- a/src/whoami.c +++ b/src/whoami.c @@ -57,7 +57,7 @@ Same as id -un.\n\ \n\ --help display this help and exit\n\ --version output version information and exit\n")); - puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>.")); + puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); } exit (status); } |