summaryrefslogtreecommitdiffstats
path: root/sys-utils/fallocate.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/fallocate.c')
-rw-r--r--sys-utils/fallocate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/fallocate.c b/sys-utils/fallocate.c
index d5dd9f7e1..c8b2b2fcc 100644
--- a/sys-utils/fallocate.c
+++ b/sys-utils/fallocate.c
@@ -101,9 +101,9 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_(" -v, --verbose verbose mode\n"), out);
fputs(USAGE_SEPARATOR, out);
- print_usage_help_options(22);
+ printf(USAGE_HELP_OPTIONS(22));
- fprintf(out, USAGE_MAN_TAIL("fallocate(1)"));
+ printf(USAGE_MAN_TAIL("fallocate(1)"));
exit(EXIT_SUCCESS);
}