| Index: gclient.py | 
| diff --git a/gclient.py b/gclient.py | 
| index afd85469772ab043eac2a11e3a090cc84a4fcaaf..3e8a7962290a3b63832adc2ad3469ae7ad2d6a53 100755 | 
| --- a/gclient.py | 
| +++ b/gclient.py | 
| @@ -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) | 
|  |