summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo b/repo
index 1bc78b89..d32a84b9 100755
--- a/repo
+++ b/repo
@@ -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']