| Index: man/src/depot_tools_tutorial.txt
|
| diff --git a/man/src/depot_tools_tutorial.txt b/man/src/depot_tools_tutorial.txt
|
| index e4c1125d4e24a6d9e7ec6fa48f68a176f7763b9c..7c08f0f6af86337bd09dd729e91825718b966690 100644
|
| --- a/man/src/depot_tools_tutorial.txt
|
| +++ b/man/src/depot_tools_tutorial.txt
|
| @@ -150,7 +150,7 @@ TL;DR
|
| ----
|
| [white]**$** # get the code
|
| [white]**$** # In an empty directory:
|
| -[white]**$ fetch {chromium,blink,...}**
|
| +[white]**$ fetch {chromium,...}**
|
|
|
| [white]**$** # Update third_party repos and run pre-compile hooks
|
| [white]**$ gclient sync**
|
| @@ -174,7 +174,6 @@ Pick an empty directory and run one of the following:
|
| [subs="quotes"]
|
| ----
|
| [white]**$ fetch chromium** # Basic checkout for desktop Chromium
|
| -[white]**$ fetch blink** # Chromium code with Blink checked out to tip-of-tree
|
| [white]**$ fetch android** # Chromium checkout for Android platform
|
| [white]**$ fetch ios** # Chromium checkout for iOS platform
|
| ----
|
|
|