summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stat.c b/src/stat.c
index 3cbc0cbf8..0d40d9952 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -1323,8 +1323,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]... FILE...\n"), program_name);