summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo3
1 files changed, 3 insertions, 0 deletions
diff --git a/repo b/repo
index 3a545cc6..cb6f6349 100755
--- a/repo
+++ b/repo
@@ -123,6 +123,9 @@ group.add_option('-m', '--manifest-name',
123group.add_option('--mirror', 123group.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')
126group.add_option('--reference',
127 dest='reference',
128 help='location of mirror directory', metavar='DIR')
126 129
127# Tool 130# Tool
128group = init_optparse.add_option_group('repo Version options') 131group = init_optparse.add_option_group('repo Version options')