Merge pull request #2068 from jljusten/standalone-fix-long-help
standalone: Fix --help
This commit is contained in:
commit
9a80305c08
@ -654,6 +654,9 @@ void ProcessArguments(std::vector<std::unique_ptr<glslang::TWorkItem>>& workItem
|
||||
break;
|
||||
} else if (lowerword == "version") {
|
||||
Options |= EOptionDumpVersions;
|
||||
} else if (lowerword == "help") {
|
||||
usage();
|
||||
break;
|
||||
} else {
|
||||
Error("unrecognized command-line option", argv[0]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user