Skip to content

Commit 2ca869a

Browse files
committed
Renamed flag 'diagnostics' to 'output-diagnostics'
1 parent 01b9ad9 commit 2ca869a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommandLine.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static cl::extrahelp arduinoHelp("\n"
4848
static cl::extrahelp commonHelp(CommonOptionsParser::HelpMessage);
4949
static cl::opt<bool> debugOutputOpt("debug");
5050
static cl::opt<bool> outputOnlyNeededPrototypesOpt("output-only-needed-prototypes");
51-
static cl::opt<bool> outputDiagnosticsOpt("diagnostics");
51+
static cl::opt<bool> outputDiagnosticsOpt("output-diagnostics");
5252

5353
static void printVersion() {
5454
cout << "Arduino (https://www.arduino.cc/):\n";

0 commit comments

Comments
 (0)