diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ group.add_option('--mirror', | |||
120 | help='mirror the forrest') | 120 | help='mirror the forrest') |
121 | 121 | ||
122 | # Tool | 122 | # Tool |
123 | group = init_optparse.add_option_group('Version options') | 123 | group = init_optparse.add_option_group('repo Version options') |
124 | group.add_option('--repo-url', | 124 | group.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') |