summaryrefslogtreecommitdiffstats
path: root/text-utils/column.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/column.c')
-rw-r--r--text-utils/column.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/text-utils/column.c b/text-utils/column.c
index fb57b4748..2bb6335cf 100644
--- a/text-utils/column.c
+++ b/text-utils/column.c
@@ -589,8 +589,8 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_(" -x, --fillrows fill rows before columns\n"), out);
fputs(USAGE_SEPARATOR, out);
- print_usage_help_options(34);
- fprintf(out, USAGE_MAN_TAIL("column(1)"));
+ printf(USAGE_HELP_OPTIONS(34));
+ printf(USAGE_MAN_TAIL("column(1)"));
exit(EXIT_SUCCESS);
}