summaryrefslogtreecommitdiff
path: root/src/mktemp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mktemp.c')
-rw-r--r--src/mktemp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mktemp.c b/src/mktemp.c
index 7dd377f83..9ae6538e2 100644
--- a/src/mktemp.c
+++ b/src/mktemp.c
@@ -62,8 +62,7 @@ void
usage (int status)
{
if (status != EXIT_SUCCESS)
- fprintf (stderr, _("Try `%s --help' for more information.\n"),
- program_name);
+ emit_try_help ();
else
{
printf (_("Usage: %s [OPTION]... [TEMPLATE]\n"), program_name);