summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-utils/mount.c b/sys-utils/mount.c
index e9a581150..83cccf63e 100644
--- a/sys-utils/mount.c
+++ b/sys-utils/mount.c
@@ -426,7 +426,7 @@ static void __attribute__((__noreturn__)) usage(void)
" -w, --rw, --read-write mount the filesystem read-write (default)\n"));
fputs(USAGE_SEPARATOR, out);
- print_usage_help_options(25);
+ printf(USAGE_HELP_OPTIONS(25));
fprintf(out, _(
"\nSource:\n"
@@ -458,7 +458,7 @@ static void __attribute__((__noreturn__)) usage(void)
" --make-rprivate recursively mark a whole subtree as private\n"
" --make-runbindable recursively mark a whole subtree as unbindable\n"));
- fprintf(out, USAGE_MAN_TAIL("mount(8)"));
+ printf(USAGE_MAN_TAIL("mount(8)"));
exit(MNT_EX_SUCCESS);
}