diff options
Diffstat (limited to 'src/sleep.c')
-rw-r--r-- | src/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sleep.c b/src/sleep.c index 3180f83b2..470b02759 100644 --- a/src/sleep.c +++ b/src/sleep.c @@ -56,7 +56,7 @@ SUFFIX may be s to keep seconds, m for minutes, h for hours or d for days.\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); } |