diff options
author | Shawn O. Pearce <sop@google.com> | 2009-04-18 11:28:57 -0700 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2009-04-18 11:28:57 -0700 |
commit | fd89b67f5c3ad94f050509e1421c73aff380c0a7 (patch) | |
tree | 889c0c8d1aac82009348b687d1b965baab1be371 /repo | |
parent | a490f03dc23792a86bbe5b2b8c89b32f39774c80 (diff) | |
download | git-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-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') |