commit | fd89b67f5c3ad94f050509e1421c73aff380c0a7 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Sat Apr 18 11:28:57 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Sat Apr 18 11:28:57 2009 -0700 |
tree | 889c0c8d1aac82009348b687d1b965baab1be371 | |
parent | a490f03dc23792a86bbe5b2b8c89b32f39774c80 [diff] [blame] |
Clarify options that control the repo executable version Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/repo b/repo index 7498d09..176c563 100755 --- a/repo +++ b/repo
@@ -120,7 +120,7 @@ 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')