diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 89ee0c7b27..30b0c57b4f 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -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);