diff options
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -298,7 +298,7 @@ def InitParser(parser, gitc_init=False): | |||
298 | help='manifest repository location', metavar='URL') | 298 | help='manifest repository location', metavar='URL') |
299 | group.add_option('-b', '--manifest-branch', metavar='REVISION', | 299 | group.add_option('-b', '--manifest-branch', metavar='REVISION', |
300 | help='manifest branch or revision (use HEAD for default)') | 300 | help='manifest branch or revision (use HEAD for default)') |
301 | group.add_option('-m', '--manifest-name', | 301 | group.add_option('-m', '--manifest-name', default='default.xml', |
302 | help='initial manifest file', metavar='NAME.xml') | 302 | help='initial manifest file', metavar='NAME.xml') |
303 | group.add_option('-g', '--groups', default='default', | 303 | group.add_option('-g', '--groups', default='default', |
304 | help='restrict manifest projects to ones with specified ' | 304 | help='restrict manifest projects to ones with specified ' |