diff options
Diffstat (limited to 'docs/internal-fs-layout.md')
-rw-r--r-- | docs/internal-fs-layout.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internal-fs-layout.md b/docs/internal-fs-layout.md index b06e898f..5e8690b8 100644 --- a/docs/internal-fs-layout.md +++ b/docs/internal-fs-layout.md | |||
@@ -34,7 +34,7 @@ For example, if you want to change the manifest branch, you can simply run | |||
34 | 34 | ||
35 | It tracks the git repository at `REPO_URL` using the `REPO_REV` branch. | 35 | It tracks the git repository at `REPO_URL` using the `REPO_REV` branch. |
36 | Those are specified at `repo init` time using the `--repo-url=<REPO_URL>` | 36 | Those are specified at `repo init` time using the `--repo-url=<REPO_URL>` |
37 | and `--repo-branch=<REPO_REV>` options. | 37 | and `--repo-rev=<REPO_REV>` options. |
38 | 38 | ||
39 | Any changes made to this directory will usually be automatically discarded | 39 | Any changes made to this directory will usually be automatically discarded |
40 | by repo itself when it checks for updates. If you want to update to the | 40 | by repo itself when it checks for updates. If you want to update to the |