diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -312,6 +312,10 @@ def InitParser(parser, gitc_init=False): | |||
312 | metavar='PLATFORM') | 312 | metavar='PLATFORM') |
313 | group.add_option('--submodules', action='store_true', | 313 | group.add_option('--submodules', action='store_true', |
314 | help='sync any submodules associated with the manifest repo') | 314 | help='sync any submodules associated with the manifest repo') |
315 | group.add_option('--standalone-manifest', action='store_true', | ||
316 | help='download the manifest as a static file ' | ||
317 | 'rather then create a git checkout of ' | ||
318 | 'the manifest repo') | ||
315 | 319 | ||
316 | # Options that only affect manifest project, and not any of the projects | 320 | # Options that only affect manifest project, and not any of the projects |
317 | # specified in the manifest itself. | 321 | # specified in the manifest itself. |