Skip to content

Commit c653ba2

Browse files
committed
Consistently break up console command
1 parent 64ad789 commit c653ba2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

clang-tools-extra/docs/clang-change-namespace.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,11 @@ be updated:
246246

247247
.. code-block:: console
248248
249-
clang-change-namespace --old_namespace 'old' --new_namespace 'modern' --file_pattern test.cc test.cc
249+
clang-change-namespace \
250+
--old_namespace "old" \
251+
--new_namespace "modern" \
252+
--file_pattern test.cc \
253+
test.cc
250254
251255
.. code-block:: c++
252256

0 commit comments

Comments
 (0)