From 62ff4f479962504f99e6dd8a8ba26ad5059919f5 Mon Sep 17 00:00:00 2001 From: alaindargelas Date: Tue, 24 Sep 2024 08:26:48 -0700 Subject: [PATCH] Fix tidy --- src/CommandLine/CommandLineParser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine/CommandLineParser.cpp b/src/CommandLine/CommandLineParser.cpp index f8a1f2eb5d..d561d49342 100644 --- a/src/CommandLine/CommandLineParser.cpp +++ b/src/CommandLine/CommandLineParser.cpp @@ -226,7 +226,7 @@ static const std::initializer_list helpText = { " output", " -pploc Output message location in terms of post", " preprocessor location", - " -ppextra_loc Adds pre-processor location to syntax errors" + " -ppextra_loc Adds pre-processor location to syntax errors", " -noinfo Filters out INFO messages", " -nonote Filters out NOTE messages", " -nowarning Filters out WARNING messages",