Index: gclient.py |
diff --git a/gclient.py b/gclient.py |
index 41f9d5b3d3f17ff1fcb3283ba082dfb2d91e6fc9..7d0767069d254cf5f83d5f7c02977efb1609b216 100755 |
--- a/gclient.py |
+++ b/gclient.py |
@@ -2024,6 +2024,9 @@ def CMDsync(parser, args): |
parser.add_option('--shallow', action='store_true', |
help='GIT ONLY - Do a shallow clone into the cache dir. ' |
'Requires Git 1.9+') |
+ parser.add_option('--no_bootstrap', '--no-bootstrap', |
+ action='store_true', |
+ help='Don\'t bootstrap from Google Storage.') |
parser.add_option('--ignore_locks', action='store_true', |
help='GIT ONLY - Ignore cache locks.') |
(options, args) = parser.parse_args(args) |