Index: recipes.py |
diff --git a/recipes.py b/recipes.py |
index 8605ae6e4d37fde393446a144e76428adfab7f91..807c1e2d7c13b0a30d93ca073cb087b62782e0a4 100755 |
--- a/recipes.py |
+++ b/recipes.py |
@@ -401,9 +401,6 @@ def main(): |
parser.add_argument( |
'--no-fetch', action='store_true', |
help='Disable automatic fetching') |
- parser.add_argument( |
- '--bootstrap-script', |
- help='Path to the script used to bootstrap this tool (internal use only)') |
parser.add_argument('-O', '--project-override', metavar='ID=PATH', |
action=ProjectOverrideAction, |
help='Override a project repository path with a local one.') |