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

Unified Diff: recipes.py

Issue 2477483004: Remove unused --bootstrap-script option. (Closed)
Patch Set: Created 4 years, 1 month 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: 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.')
« 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