diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index c2376b65..471efc1e 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -127,10 +127,8 @@ to update the working directory files. | |||
127 | g.add_option('--clone-filter', action='store', default='blob:none', | 127 | g.add_option('--clone-filter', action='store', default='blob:none', |
128 | dest='clone_filter', | 128 | dest='clone_filter', |
129 | help='filter for use with --partial-clone [default: %default]') | 129 | help='filter for use with --partial-clone [default: %default]') |
130 | # TODO(vapier): Expose option with real help text once this has been in the | ||
131 | # wild for a while w/out significant bug reports. Goal is by ~Sep 2020. | ||
132 | g.add_option('--worktree', action='store_true', | 130 | g.add_option('--worktree', action='store_true', |
133 | help=optparse.SUPPRESS_HELP) | 131 | help='use git-worktree to manage projects') |
134 | g.add_option('--archive', | 132 | g.add_option('--archive', |
135 | dest='archive', action='store_true', | 133 | dest='archive', action='store_true', |
136 | help='checkout an archive instead of a git repository for ' | 134 | help='checkout an archive instead of a git repository for ' |