summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index f06c61c5..e5280865 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -234,8 +234,11 @@ later is required to fix a server side protocol bug.
234 help='fetch submodules from server') 234 help='fetch submodules from server')
235 p.add_option('--use-superproject', action='store_true', 235 p.add_option('--use-superproject', action='store_true',
236 help='use the manifest superproject to sync projects') 236 help='use the manifest superproject to sync projects')
237 p.add_option('--tags',
238 action='store_false',
239 help='fetch tags')
237 p.add_option('--no-tags', 240 p.add_option('--no-tags',
238 dest='tags', default=True, action='store_false', 241 dest='tags', action='store_false',
239 help="don't fetch tags") 242 help="don't fetch tags")
240 p.add_option('--optimized-fetch', 243 p.add_option('--optimized-fetch',
241 dest='optimized_fetch', action='store_true', 244 dest='optimized_fetch', action='store_true',