summaryrefslogtreecommitdiffstats
path: root/disk-utils/delpart.c
diff options
context:
space:
mode:
Diffstat (limited to 'disk-utils/delpart.c')
-rw-r--r--disk-utils/delpart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/delpart.c b/disk-utils/delpart.c
index 83cd1ce46..dc069970d 100644
--- a/disk-utils/delpart.c
+++ b/disk-utils/delpart.c
@@ -19,8 +19,8 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_("Tell the kernel to forget about a specified partition.\n"), out);
fputs(USAGE_OPTIONS, out);
- print_usage_help_options(16);
- fprintf(out, USAGE_MAN_TAIL("delpart(8)"));
+ printf(USAGE_HELP_OPTIONS(16));
+ printf(USAGE_MAN_TAIL("delpart(8)"));
exit(EXIT_SUCCESS);
}