summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.c b/src/date.c
index 1c2c5e742..ca541b193 100644
--- a/src/date.c
+++ b/src/date.c
@@ -214,7 +214,7 @@ the following modifiers between `%' and a numeric directive.\n\
`-' (hyphen) do not pad the field\n\
`_' (underscore) pad the field with spaces\n\
"), stdout);
- puts (_("\nReport bugs to <bug-sh-utils@gnu.org>."));
+ printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);
}