Commit ae6836ec authored by Edward Lesmes's avatar Edward Lesmes Committed by Commit Bot

Fix the option name for gclient setdep.

Bug: 906114
Change-Id: Ib8614086f7c456c04d27f33c73809671ed073bf4
Reviewed-on: https://chromium-review.googlesource.com/c/1341862Reviewed-by: 's avatarEric Boren <borenet@chromium.org>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
parent af3328fc
......@@ -2881,7 +2881,7 @@ def CMDsetdep(parser, args):
(options, args) = parser.parse_args(args)
if args:
parser.error('Unused arguments: "%s"' % '" "'.join(args))
if not options.revisions and not options.vars:
if not options.setdep_revisions and not options.vars:
parser.error(
'You must specify at least one variable or revision to modify.')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment