diff options
Diffstat (limited to 'subcmds/upload.py')
-rw-r--r-- | subcmds/upload.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/subcmds/upload.py b/subcmds/upload.py index f4633310..25827c91 100644 --- a/subcmds/upload.py +++ b/subcmds/upload.py | |||
@@ -137,13 +137,13 @@ Gerrit Code Review: https://www.gerritcodereview.com/ | |||
137 | dest='auto_topic', action='store_true', | 137 | dest='auto_topic', action='store_true', |
138 | help='Send local branch name to Gerrit Code Review') | 138 | help='Send local branch name to Gerrit Code Review') |
139 | p.add_option('--re', '--reviewers', | 139 | p.add_option('--re', '--reviewers', |
140 | type='string', action='append', dest='reviewers', | 140 | type='string', action='append', dest='reviewers', |
141 | help='Request reviews from these people.') | 141 | help='Request reviews from these people.') |
142 | p.add_option('--cc', | 142 | p.add_option('--cc', |
143 | type='string', action='append', dest='cc', | 143 | type='string', action='append', dest='cc', |
144 | help='Also send email to these email addresses.') | 144 | help='Also send email to these email addresses.') |
145 | p.add_option('--br', | 145 | p.add_option('--br', |
146 | type='string', action='store', dest='branch', | 146 | type='string', action='store', dest='branch', |
147 | help='Branch to upload.') | 147 | help='Branch to upload.') |
148 | p.add_option('--cbr', '--current-branch', | 148 | p.add_option('--cbr', '--current-branch', |
149 | dest='current_branch', action='store_true', | 149 | dest='current_branch', action='store_true', |