Revert "CLI: only show "--qos" on WIN32"

This reverts commit 30837eca7c.

Restore the previous behavior as this argument is handled on other
platforms (it's just not used).
This commit is contained in:
Campbell Barton
2025-09-03 10:43:11 +10:00
parent 2ee1b0fa84
commit c129ea1b9a

View File

@@ -818,9 +818,7 @@ static void print_help(bArgs *ba, bool all)
BLI_args_print_arg_doc(ba, "--register-allusers");
BLI_args_print_arg_doc(ba, "--unregister");
BLI_args_print_arg_doc(ba, "--unregister-allusers");
if (defs.win32 || all) {
BLI_args_print_arg_doc(ba, "--qos");
}
BLI_args_print_arg_doc(ba, "--qos");
BLI_args_print_arg_doc(ba, "--version");