diff options
Diffstat (limited to 'disk-utils/delpart.c')
-rw-r--r-- | disk-utils/delpart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/disk-utils/delpart.c b/disk-utils/delpart.c index 497dcc9..8506069 100644 --- a/disk-utils/delpart.c +++ b/disk-utils/delpart.c @@ -29,8 +29,8 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_("Tell the kernel to forget about a specified partition.\n"), out); fputs(USAGE_OPTIONS, out); - printf(USAGE_HELP_OPTIONS(16)); - printf(USAGE_MAN_TAIL("delpart(8)")); + fprintf(out, USAGE_HELP_OPTIONS(16)); + fprintf(out, USAGE_MAN_TAIL("delpart(8)")); exit(EXIT_SUCCESS); } |