Skip to content

Commit 5f44156

Browse files
committed
[clang-tidy] fix incorrect argument names in documentation for ExtraArgs and ExtraArgsBefore
1 parent a35640f commit 5f44156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/clang-tidy/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ An overview of all the command-line options:
282282
globs can be specified as a list instead of a
283283
string.
284284
ExcludeHeaderFilterRegex - Same as '--exclude-header-filter'.
285-
ExtraArgs - Same as '--extra-args'.
286-
ExtraArgsBefore - Same as '--extra-args-before'.
285+
ExtraArgs - Same as '--extra-arg'.
286+
ExtraArgsBefore - Same as '--extra-arg-before'.
287287
FormatStyle - Same as '--format-style'.
288288
HeaderFileExtensions - File extensions to consider to determine if a
289289
given diagnostic is located in a header file.

0 commit comments

Comments
 (0)