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