]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/fallocate.c
Make the ways of using output stream consistent in usage()
[thirdparty/util-linux.git] / sys-utils / fallocate.c
index 307fbd858b2530b66effa16952be8021d0007538..86d17dbf1e9ba7d0d1e09dd2a033548803fd2001 100644 (file)
@@ -101,12 +101,12 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -v, --verbose        verbose mode\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
-       printf(USAGE_HELP_OPTIONS(22));
+       fprintf(out, USAGE_HELP_OPTIONS(22));
 
        fputs(USAGE_ARGUMENTS, out);
-       printf(USAGE_ARG_SIZE(_("<num>")));
+       fprintf(out, USAGE_ARG_SIZE(_("<num>")));
 
-       printf(USAGE_MAN_TAIL("fallocate(1)"));
+       fprintf(out, USAGE_MAN_TAIL("fallocate(1)"));
 
        exit(EXIT_SUCCESS);
 }