diff options
Diffstat (limited to 'src/date.c')
-rw-r--r-- | src/date.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c index 3e4612e0c..75459684c 100644 --- a/src/date.c +++ b/src/date.c @@ -481,7 +481,7 @@ the following modifiers between `%%' and a numeric directive.\n\ `-' (hyphen) do not pad the field\n\ `_' (underscore) pad the field with spaces\n\ ")); - puts (_("\nReport bugs to <sh-utils-bugs@gnu.org>.")); + puts (_("\nReport bugs to <bug-sh-utils@gnu.org>.")); } exit (status); } |