diff options
Diffstat (limited to 'src/realpath.c')
-rw-r--r-- | src/realpath.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/realpath.c b/src/realpath.c index cb0ef2f1f..130a66505 100644 --- a/src/realpath.c +++ b/src/realpath.c @@ -64,8 +64,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); |