commit | 1e01b5e28b7a9b9b6b77dc8c1f7df4f06def67bb | [log] [tgz] |
---|---|---|
author | Victor Vianna <[email protected]> | Thu Oct 12 17:04:42 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Oct 12 17:04:42 2023 |
tree | 0ee530419944809800f75faa16c7546a46ea85ed | |
parent | 7bc67be380a558e5e7312c065a5576e227f58f39 [diff] [blame] |
[docs] Add --without-fuchsia to Clang rewriter docs Otherwise the example command doesn't work. Change-Id: I58844c63f079737dc487bc76e58b74e6895caee0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4935272 Reviewed-by: Jood Hajeer <[email protected]> Auto-Submit: Victor Vianna <[email protected]> Commit-Queue: Jood Hajeer <[email protected]> Cr-Commit-Position: refs/heads/main@{#1208915}
diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md index 418a31b..451bc432 100644 --- a/docs/clang_tool_refactoring.md +++ b/docs/clang_tool_refactoring.md
@@ -96,7 +96,7 @@ Synopsis: ```shell -tools/clang/scripts/build.py --bootstrap --without-android \ +tools/clang/scripts/build.py --bootstrap --without-android --without-fuchsia \ --extra-tools rewrite_to_chrome_style ```