]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/delpart.c
Make the ways of using output stream consistent in usage()
[thirdparty/util-linux.git] / disk-utils / delpart.c
index 7ee0c525f0531c5429c757b376d425370854afa0..cd6bf5c55d9d476de2ae2b4034d1248f2d864599 100644 (file)
@@ -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);
-       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);
 }