Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: gclient.py

Issue 2428893002: Fix typo in --manually_grab_svn_rev deprecated flag. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698