standalone: Fix --help
Fixes: bd97b6f9 ("Command-line: Give better error messages. From #1829.")
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
parent
07a55839ee
commit
6ad120eaeb
1 changed files with 3 additions and 0 deletions
|
|
@ -654,6 +654,9 @@ void ProcessArguments(std::vector<std::unique_ptr<glslang::TWorkItem>>& workItem
|
||||||
break;
|
break;
|
||||||
} else if (lowerword == "version") {
|
} else if (lowerword == "version") {
|
||||||
Options |= EOptionDumpVersions;
|
Options |= EOptionDumpVersions;
|
||||||
|
} else if (lowerword == "help") {
|
||||||
|
usage();
|
||||||
|
break;
|
||||||
} else {
|
} else {
|
||||||
Error("unrecognized command-line option", argv[0]);
|
Error("unrecognized command-line option", argv[0]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue