]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/blkdiscard.c
libmount: add support for MS_REMOUNT on --all
[thirdparty/util-linux.git] / sys-utils / blkdiscard.c
index d078f297be29b0d10a1698d3058be3aebbdef781..c19b67bf4d9d13bdd7b94d4fd532a3abcdd4b46d 100644 (file)
@@ -96,9 +96,9 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -v, --verbose       print aligned length and offset\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
-       print_usage_help_options(21);
+       printf(USAGE_HELP_OPTIONS(21));
 
-       fprintf(out, USAGE_MAN_TAIL("blkdiscard(8)"));
+       printf(USAGE_MAN_TAIL("blkdiscard(8)"));
        exit(EXIT_SUCCESS);
 }