Fix typo in --manually_grab_svn_rev deprecated flag.

Chrome on iOS downstream bot still use that flag and they cannot
recover as the flag has been misspelt when resurrected.

TBR=agable@chromium.org
TBR=dnj@chromium.org
BUG=656865

Review-Url: https://codereview.chromium.org/2428893002
changes/71/620771/1
sdefresne 8 years ago committed by Commit bot
parent 1c822ade1f
commit 69b1be10a4

@ -1915,7 +1915,7 @@ def CMDsync(parser, args):
# TODO(agable): Remove these when the oldest CrOS release milestone is M56.
parser.add_option('-t', '--transitive', action='store_true',
help='DEPRECATED: This is a no-op.')
parser.add_option('-m', '--manually_grap_svn_rev', action='store_true',
parser.add_option('-m', '--manually_grab_svn_rev', action='store_true',
help='DEPRECATED: This is a no-op.')
(options, args) = parser.parse_args(args)
client = GClient.LoadCurrentConfig(options)

Loading…
Cancel
Save