Added note of other parameters to fix.

This commit is contained in:
Penguin-Guru 2021-10-25 18:32:14 -07:00
parent f0247cba24
commit 15c346423f

View file

@ -196,6 +196,11 @@ int main(int argc, const char* argv[]) {
"string"
);
// "--qmljsdebugger", which appears in output from "--help-all".
// Those below are found in this file but have not yet been moved here.
// --traceFile
// --clockSkew
// --ignore-gpu-blacklist
// --suppress-settings-reset
parser.addOption(urlOption);
parser.addOption(protocolVersionOption);