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:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user