]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - disk-utils/fdformat.c
misc: consolidate macro style USAGE_HELP_OPTIONS
[thirdparty/util-linux.git] / disk-utils / fdformat.c
index f84b847338023be7bb27c7afcfbc298d4f90f4dc..f461c82e1c60ed1f182dd74bf09d1881bb03e50c 100644 (file)
@@ -156,8 +156,8 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -n, --no-verify   disable the verification after the format\n"), out);
 
        fputs(USAGE_SEPARATOR, out);
-       print_usage_help_options(19);
-       fprintf(out, USAGE_MAN_TAIL("fdformat(8)"));
+       printf(USAGE_HELP_OPTIONS(19));
+       printf(USAGE_MAN_TAIL("fdformat(8)"));
 
        exit(EXIT_SUCCESS);
 }