summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo4
1 files changed, 4 insertions, 0 deletions
diff --git a/repo b/repo
index 7491e3a1..2e99c7cc 100755
--- a/repo
+++ b/repo
@@ -316,6 +316,10 @@ def InitParser(parser, gitc_init=False):
316 help='download the manifest as a static file ' 316 help='download the manifest as a static file '
317 'rather then create a git checkout of ' 317 'rather then create a git checkout of '
318 'the manifest repo') 318 'the manifest repo')
319 group.add_option('--manifest-depth', type='int', default=0, metavar='DEPTH',
320 help='create a shallow clone of the manifest repo with '
321 'given depth (0 for full clone); see git clone '
322 '(default: %default)')
319 323
320 # Options that only affect manifest project, and not any of the projects 324 # Options that only affect manifest project, and not any of the projects
321 # specified in the manifest itself. 325 # specified in the manifest itself.