1
0
Fork 0

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

View file

@ -35,10 +35,11 @@ need to be performed by an end-user.
"""
def _Options(self, p):
p.add_option('--no-repo-verify',
g = p.add_option_group('repo Version options')
g.add_option('--no-repo-verify',
dest='no_repo_verify', action='store_true',
help='do not verify repo source code')
p.add_option('--repo-upgraded',
g.add_option('--repo-upgraded',
dest='repo_upgraded', action='store_true',
help=SUPPRESS_HELP)