]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/uuidparse.c
misc: introduce print_usage_help_options()
[thirdparty/util-linux.git] / misc-utils / uuidparse.c
index 0938b85592e18d65e68daa8052891038f3f62bf6..c3db4271c9cac4ff908843939446d8fecbe29641 100644 (file)
@@ -105,8 +105,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -r, --raw              use the raw output format\n"), stdout);
 
        fputs(USAGE_SEPARATOR, stdout);
-       fputs(USAGE_HELP, stdout);
-       fputs(USAGE_VERSION, stdout);
+       print_usage_help_options(24);
 
        fputs(USAGE_COLUMNS, stdout);
        for (i = 0; i < ARRAY_SIZE(infos); i++)