Index: git_cl.py |
diff --git a/git_cl.py b/git_cl.py |
index e20de825608befe6ae0c26628499df8c85e5bb76..338dd9327ed0bff6eefb5a47b14fea30377c29d2 100755 |
--- a/git_cl.py |
+++ b/git_cl.py |
@@ -1238,7 +1238,7 @@ def CMDupload(parser, args): |
help='reviewer email addresses') |
parser.add_option('--cc', |
help='cc email addresses') |
- parser.add_option('--send-mail', action='store_true', |
+ parser.add_option('-s', '--send-mail', action='store_true', |
help='send email to reviewer immediately') |
parser.add_option("--emulate_svn_auto_props", action="store_true", |
dest="emulate_svn_auto_props", |