summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-04-18 11:28:57 -0700
committerShawn O. Pearce <sop@google.com>2009-04-18 11:28:57 -0700
commitfd89b67f5c3ad94f050509e1421c73aff380c0a7 (patch)
tree889c0c8d1aac82009348b687d1b965baab1be371 /repo
parenta490f03dc23792a86bbe5b2b8c89b32f39774c80 (diff)
downloadgit-repo-fd89b67f5c3ad94f050509e1421c73aff380c0a7.tar.gz
Clarify options that control the repo executable version
Signed-off-by: Shawn O. Pearce <sop@google.com>
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')