diff options
Diffstat (limited to 'docs/manifest-format.txt')
-rw-r--r-- | docs/manifest-format.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index 65cd70bc..d5c6a024 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt | |||
@@ -143,14 +143,14 @@ Project elements not setting their own `dest-branch` will inherit | |||
143 | this value. If this value is not set, projects will use `revision` | 143 | this value. If this value is not set, projects will use `revision` |
144 | by default instead. | 144 | by default instead. |
145 | 145 | ||
146 | Attribute `sync_j`: Number of parallel jobs to use when synching. | 146 | Attribute `sync-j`: Number of parallel jobs to use when synching. |
147 | 147 | ||
148 | Attribute `sync_c`: Set to true to only sync the given Git | 148 | Attribute `sync-c`: Set to true to only sync the given Git |
149 | branch (specified in the `revision` attribute) rather than the | 149 | branch (specified in the `revision` attribute) rather than the |
150 | whole ref space. Project elements lacking a sync_c element of | 150 | whole ref space. Project elements lacking a sync-c element of |
151 | their own will use this value. | 151 | their own will use this value. |
152 | 152 | ||
153 | Attribute `sync_s`: Set to true to also sync sub-projects. | 153 | Attribute `sync-s`: Set to true to also sync sub-projects. |
154 | 154 | ||
155 | 155 | ||
156 | Element manifest-server | 156 | Element manifest-server |
@@ -238,11 +238,11 @@ group "notdefault", it will not be automatically downloaded by repo. | |||
238 | If the project has a parent element, the `name` and `path` here | 238 | If the project has a parent element, the `name` and `path` here |
239 | are the prefixed ones. | 239 | are the prefixed ones. |
240 | 240 | ||
241 | Attribute `sync_c`: Set to true to only sync the given Git | 241 | Attribute `sync-c`: Set to true to only sync the given Git |
242 | branch (specified in the `revision` attribute) rather than the | 242 | branch (specified in the `revision` attribute) rather than the |
243 | whole ref space. | 243 | whole ref space. |
244 | 244 | ||
245 | Attribute `sync_s`: Set to true to also sync sub-projects. | 245 | Attribute `sync-s`: Set to true to also sync sub-projects. |
246 | 246 | ||
247 | Attribute `upstream`: Name of the Git branch in which a sha1 | 247 | Attribute `upstream`: Name of the Git branch in which a sha1 |
248 | can be found. Used when syncing a revision locked manifest in | 248 | can be found. Used when syncing a revision locked manifest in |