summaryrefslogtreecommitdiffstats
path: root/text-utils/colcrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/colcrt.c')
-rw-r--r--text-utils/colcrt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/colcrt.c b/text-utils/colcrt.c
index cb6d4456e..6113880e4 100644
--- a/text-utils/colcrt.c
+++ b/text-utils/colcrt.c
@@ -89,9 +89,9 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_(" -2, --half-lines print all half-lines\n"), out);
fputs(USAGE_SEPARATOR, out);
- print_usage_help_options(25);
+ printf(USAGE_HELP_OPTIONS(25));
- fprintf(out, USAGE_MAN_TAIL("colcrt(1)"));
+ printf(USAGE_MAN_TAIL("colcrt(1)"));
exit(EXIT_SUCCESS);
}