diff --git a/git_cl.py b/git_cl.py index 9e56f70d8a..b0f7efbb02 100755 --- a/git_cl.py +++ b/git_cl.py @@ -4432,6 +4432,7 @@ def CMDlint(parser, args): @metrics.collector.collect_metrics('git cl presubmit') +@subcommand.usage('[base branch]') def CMDpresubmit(parser, args): """Runs presubmit tests on the current changelist.""" parser.add_option('-u', '--upload', action='store_true',