summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo b/repo
index 77e7fe90..743c28b3 100755
--- a/repo
+++ b/repo
@@ -302,6 +302,8 @@ def GetParser(gitc_init=False):
302 group.add_option('--clone-filter', action='store', default='blob:none', 302 group.add_option('--clone-filter', action='store', default='blob:none',
303 help='filter for use with --partial-clone ' 303 help='filter for use with --partial-clone '
304 '[default: %default]') 304 '[default: %default]')
305 group.add_option('--worktree', action='store_true',
306 help=optparse.SUPPRESS_HELP)
305 group.add_option('--archive', action='store_true', 307 group.add_option('--archive', action='store_true',
306 help='checkout an archive instead of a git repository for ' 308 help='checkout an archive instead of a git repository for '
307 'each project. See git archive.') 309 'each project. See git archive.')