summaryrefslogtreecommitdiffstats
path: root/text-utils/rev.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/rev.c')
-rw-r--r--text-utils/rev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/rev.c b/text-utils/rev.c
index 3c2bd1f20..84d116d8c 100644
--- a/text-utils/rev.c
+++ b/text-utils/rev.c
@@ -81,8 +81,8 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_("Reverse lines characterwise.\n"), out);
fputs(USAGE_OPTIONS, out);
- print_usage_help_options(16);
- fprintf(out, USAGE_MAN_TAIL("rev(1)"));
+ printf(USAGE_HELP_OPTIONS(16));
+ printf(USAGE_MAN_TAIL("rev(1)"));
exit(EXIT_SUCCESS);
}