summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index cf9f1863..d9c97de1 100755
--- a/repo
+++ b/repo
@@ -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 '