From 15c346423ff7ce495d6aa42eeb74a61315999618 Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Mon, 25 Oct 2021 18:32:14 -0700 Subject: [PATCH] Added note of other parameters to fix. --- interface/src/main.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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);