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 /subcmds/init.py | |
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 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index 103a78d6..3a5c766e 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -64,7 +64,7 @@ default.xml will be used. | |||
64 | 64 | ||
65 | 65 | ||
66 | # Tool | 66 | # Tool |
67 | g = p.add_option_group('Version options') | 67 | g = p.add_option_group('repo Version options') |
68 | g.add_option('--repo-url', | 68 | g.add_option('--repo-url', |
69 | dest='repo_url', | 69 | dest='repo_url', |
70 | help='repo repository location', metavar='URL') | 70 | help='repo repository location', metavar='URL') |