Index: docs/updating_clang.md |
diff --git a/docs/updating_clang.md b/docs/updating_clang.md |
index d412d3a580ecc7ce71d5bc08c03ca2471e22d4d3..d33708963df220af61f8df414361e8eb448a044c 100644 |
--- a/docs/updating_clang.md |
+++ b/docs/updating_clang.md |
@@ -2,7 +2,7 @@ |
1. Sync your Chromium tree to the latest revision to pick up any plugin |
changes |
-1. Run `python tools/clang/scripts/upload_revision.py --clang_revision=NNNN` |
+1. Run `python tools/clang/scripts/upload_revision.py NNNN` |
with the target LLVM SVN revision number. This creates a roll CL on a new |
branch, uploads it and starts tryjobs that build the compiler binaries into |
a staging bucket on Google Cloud Storage (GCS). |