We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b9ad9 commit 2ca869aCopy full SHA for 2ca869a
CommandLine.cpp
@@ -48,7 +48,7 @@ static cl::extrahelp arduinoHelp("\n"
48
static cl::extrahelp commonHelp(CommonOptionsParser::HelpMessage);
49
static cl::opt<bool> debugOutputOpt("debug");
50
static cl::opt<bool> outputOnlyNeededPrototypesOpt("output-only-needed-prototypes");
51
-static cl::opt<bool> outputDiagnosticsOpt("diagnostics");
+static cl::opt<bool> outputDiagnosticsOpt("output-diagnostics");
52
53
static void printVersion() {
54
cout << "Arduino (https://www.arduino.cc/):\n";
0 commit comments