Commit e5e5900f authored by marq@chromium.org's avatar marq@chromium.org

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