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 277bbc6e..d81cdd60 100755
--- a/repo
+++ b/repo
@@ -180,6 +180,10 @@ group.add_option('--reference',
180group.add_option('--depth', type='int', default=None, 180group.add_option('--depth', type='int', default=None,
181 dest='depth', 181 dest='depth',
182 help='create a shallow clone with given depth; see git clone') 182 help='create a shallow clone with given depth; see git clone')
183group.add_option('--archive',
184 dest='archive', action='store_true',
185 help='checkout an archive instead of a git repository for '
186 'each project. See git archive.')
183group.add_option('-g', '--groups', 187group.add_option('-g', '--groups',
184 dest='groups', default='default', 188 dest='groups', default='default',
185 help='restrict manifest projects to ones with specified ' 189 help='restrict manifest projects to ones with specified '