Skip to content

Commit c02bd7d

Browse files
authored
[clang-tidy] sync clangtidymain.cpp
1 parent 5f44156 commit c02bd7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang-tools-extra/clang-tidy/tool/ClangTidyMain.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Configuration files:
5454
globs can be specified as a list instead of a
5555
string.
5656
ExcludeHeaderFilterRegex - Same as '--exclude-header-filter'.
57-
ExtraArgs - Same as '--extra-args'.
58-
ExtraArgsBefore - Same as '--extra-args-before'.
57+
ExtraArgs - Same as '--extra-arg'.
58+
ExtraArgsBefore - Same as '--extra-arg-before'.
5959
FormatStyle - Same as '--format-style'.
6060
HeaderFileExtensions - File extensions to consider to determine if a
6161
given diagnostic is located in a header file.
62-
HeaderFilterRegex - Same as '--header-filter-regex'.
62+
HeaderFilterRegex - Same as '--header-filter'.
6363
ImplementationFileExtensions - File extensions to consider to determine if a
6464
given diagnostic is located in an
6565
implementation file.

0 commit comments

Comments
 (0)