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 625ecf9dd..1ba48baab 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 bug-gnu-utils@gnu.ai.mit.edu")); + puts (_("\nReport bugs to bug-sh-utils@gnu.ai.mit.edu")); } exit (status); } |