SAtacker created this revision.
SAtacker added a reviewer: JonasToth.
Herald added subscribers: carlosgalvezp, xazax.hun.
SAtacker requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.

- spaces:
  - Consistent with the rest of the options
  - Added missing spaces

Signed-off-by: Shreyas Atre <shreyasatr...@gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120387

Files:
  clang-tools-extra/clang-tidy/tool/run-clang-tidy.py


Index: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
===================================================================
--- clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
+++ clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
@@ -235,10 +235,10 @@
                       'attempt to find a file named .clang-tidy for '
                       'each source file in its parent directories.')
   group.add_argument('-config-file', default=None,
-                      help='Specify the path of .clang-tidy or custom config'
-                      ' file: e.g. -config-file=/some/path/myTidyConfigFile'
-                      'This option internally works exactly the same way as'
-                      '-config option after reading specified config file.'
+                      help='Specify the path of .clang-tidy or custom config '
+                      'file: e.g. -config-file=/some/path/myTidyConfigFile. '
+                      'This option internally works exactly the same way as '
+                      '-config option after reading specified config file. '
                       'Use either -config-file or -config, not both.')
   parser.add_argument('-header-filter', default=None,
                       help='regular expression matching the names of the '


Index: clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
===================================================================
--- clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
+++ clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
@@ -235,10 +235,10 @@
                       'attempt to find a file named .clang-tidy for '
                       'each source file in its parent directories.')
   group.add_argument('-config-file', default=None,
-                      help='Specify the path of .clang-tidy or custom config'
-                      ' file: e.g. -config-file=/some/path/myTidyConfigFile'
-                      'This option internally works exactly the same way as'
-                      '-config option after reading specified config file.'
+                      help='Specify the path of .clang-tidy or custom config '
+                      'file: e.g. -config-file=/some/path/myTidyConfigFile. '
+                      'This option internally works exactly the same way as '
+                      '-config option after reading specified config file. '
                       'Use either -config-file or -config, not both.')
   parser.add_argument('-header-filter', default=None,
                       help='regular expression matching the names of the '
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to