diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -289,8 +289,8 @@ def GetParser(gitc_init=False): | |||
289 | group = parser.add_option_group('Manifest options') | 289 | group = parser.add_option_group('Manifest options') |
290 | group.add_option('-u', '--manifest-url', | 290 | group.add_option('-u', '--manifest-url', |
291 | help='manifest repository location', metavar='URL') | 291 | help='manifest repository location', metavar='URL') |
292 | group.add_option('-b', '--manifest-branch', | 292 | group.add_option('-b', '--manifest-branch', metavar='REVISION', |
293 | help='manifest branch or revision', metavar='REVISION') | 293 | help='manifest branch or revision (use HEAD for default)') |
294 | group.add_option('-m', '--manifest-name', | 294 | group.add_option('-m', '--manifest-name', |
295 | help='initial manifest file', metavar='NAME.xml') | 295 | help='initial manifest file', metavar='NAME.xml') |
296 | cbr_opts = ['--current-branch'] | 296 | cbr_opts = ['--current-branch'] |