Fix spelling error in help text.

BUG=

Review URL: https://chromiumcodereview.appspot.com/25808003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@226611 0039d316-1c4b-4281-b951-d872f2087c98
experimental/szager/collated-output
marq@chromium.org 12 years ago
parent 86c497d8db
commit e5e5900f49

@ -1859,7 +1859,7 @@ def CMDpush(parser, args):
@subcommand.usage('<patch url or issue id>')
def CMDpatch(parser, args):
"""Patchs in a code review."""
"""Patches in a code review."""
parser.add_option('-b', dest='newbranch',
help='create a new branch off trunk for the patch')
parser.add_option('-f', action='store_true', dest='force',

Loading…
Cancel
Save