summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo b/repo
index 7498d09c..176c5635 100755
--- a/repo
+++ b/repo
@@ -120,7 +120,7 @@ group.add_option('--mirror',
120 help='mirror the forrest') 120 help='mirror the forrest')
121 121
122# Tool 122# Tool
123group = init_optparse.add_option_group('Version options') 123group = init_optparse.add_option_group('repo Version options')
124group.add_option('--repo-url', 124group.add_option('--repo-url',
125 dest='repo_url', 125 dest='repo_url',
126 help='repo repository location', metavar='URL') 126 help='repo repository location', metavar='URL')