diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ def GetParser(gitc_init=False): | |||
318 | help='filter for use with --partial-clone ' | 318 | help='filter for use with --partial-clone ' |
319 | '[default: %default]') | 319 | '[default: %default]') |
320 | group.add_option('--worktree', action='store_true', | 320 | group.add_option('--worktree', action='store_true', |
321 | help=optparse.SUPPRESS_HELP) | 321 | help='use git-worktree to manage projects') |
322 | group.add_option('--archive', action='store_true', | 322 | group.add_option('--archive', action='store_true', |
323 | help='checkout an archive instead of a git repository for ' | 323 | help='checkout an archive instead of a git repository for ' |
324 | 'each project. See git archive.') | 324 | 'each project. See git archive.') |