diff options
Diffstat (limited to 'subcmds/start.py')
-rw-r--r-- | subcmds/start.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/start.py b/subcmds/start.py index 04589fb2..2593ace6 100644 --- a/subcmds/start.py +++ b/subcmds/start.py | |||
@@ -38,7 +38,6 @@ revision specified in the manifest. | |||
38 | PARALLEL_JOBS = DEFAULT_LOCAL_JOBS | 38 | PARALLEL_JOBS = DEFAULT_LOCAL_JOBS |
39 | 39 | ||
40 | def _Options(self, p): | 40 | def _Options(self, p): |
41 | super()._Options(p) | ||
42 | p.add_option('--all', | 41 | p.add_option('--all', |
43 | dest='all', action='store_true', | 42 | dest='all', action='store_true', |
44 | help='begin branch in all projects') | 43 | help='begin branch in all projects') |