diff options
Diffstat (limited to 'repo')
-rwxr-xr-x | repo | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -123,6 +123,9 @@ group.add_option('-m', '--manifest-name', | |||
123 | group.add_option('--mirror', | 123 | group.add_option('--mirror', |
124 | dest='mirror', action='store_true', | 124 | dest='mirror', action='store_true', |
125 | help='mirror the forrest') | 125 | help='mirror the forrest') |
126 | group.add_option('--reference', | ||
127 | dest='reference', | ||
128 | help='location of mirror directory', metavar='DIR') | ||
126 | 129 | ||
127 | # Tool | 130 | # Tool |
128 | group = init_optparse.add_option_group('repo Version options') | 131 | group = init_optparse.add_option_group('repo Version options') |