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