Index: docs/clang_tool_refactoring.md |
diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md |
index 929d8a278326aa397e57d37211345de1965f97e1..48e7c60ad5b9ab03df950a75ab940d18a632a091 100644 |
--- a/docs/clang_tool_refactoring.md |
+++ b/docs/clang_tool_refactoring.md |
@@ -25,7 +25,7 @@ Build your tool by running the following command (requires cmake version 2.8.10 |
or later): |
```shell |
-tools/clang/scripts/update.sh --force-local-build --without-android \ |
+tools/clang/scripts/update.py --force-local-build --without-android \ |
--with-chrome-tools <tools> |
``` |
@@ -35,7 +35,7 @@ build. The resulting binary will end up in |
plugin and the empty\_string tool, run the following: |
```shell |
-tools/clang/scripts/update.sh --force-local-build --without-android \ |
+tools/clang/scripts/update.py --force-local-build --without-android \ |
--with-chrome-tools "plugins;empty_string" |
``` |