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