Index: git_cache.py |
diff --git a/git_cache.py b/git_cache.py |
index 59bd48cbc0c22a03552e510c77df2fed00ae7195..a0ac209bc7f245b5e8133c7a908c694f38366d23 100755 |
--- a/git_cache.py |
+++ b/git_cache.py |
@@ -544,7 +544,8 @@ def CMDpopulate(parser, args): |
help='Specify additional refs to be fetched') |
parser.add_option('--no_bootstrap', action='store_true', |
iannucci
2014/08/01 23:49:21
this one?
|
help='Don\'t bootstrap from Google Storage') |
- parser.add_option('--ignore_locks', action='store_true', |
+ parser.add_option('--ignore_locks', '--ignore-locks', |
+ action='store_true', |
help='Don\'t try to lock repository') |
options, args = parser.parse_args(args) |