Clarify options that control the repo executable version

Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-04-18 11:28:57 -07:00
parent a490f03dc2
commit fd89b67f5c
4 changed files with 8 additions and 6 deletions

2
repo
View File

@@ -120,7 +120,7 @@ group.add_option('--mirror',
help='mirror the forrest')
# Tool
group = init_optparse.add_option_group('Version options')
group = init_optparse.add_option_group('repo Version options')
group.add_option('--repo-url',
dest='repo_url',
help='repo repository location', metavar='URL')