| Index: recipes.py
|
| diff --git a/recipes.py b/recipes.py
|
| index bd99b4702b769674d3800c3a7c31a65913873f1d..0626c1f356f2ef24611b9eab21b59192bc8d006c 100755
|
| --- a/recipes.py
|
| +++ b/recipes.py
|
| @@ -434,14 +434,10 @@
|
| parser.add_argument('-O', '--project-override', metavar='ID=PATH',
|
| action=ProjectOverrideAction,
|
| help='Override a project repository path with a local one.')
|
| - # TODO(phajdan.jr): Remove bootstrap switches once established as default.
|
| parser.add_argument(
|
| - '--use-bootstrap', action='store_true', default=True,
|
| + '--use-bootstrap', action='store_true',
|
| help='Use bootstrap/bootstrap.py to create a isolated python virtualenv'
|
| ' with required python dependencies.')
|
| - parser.add_argument(
|
| - '--disable-bootstrap', action='store_false', dest='use_bootstrap',
|
| - help='Disables bootstrap (see --use-bootstrap)')
|
| parser.add_argument(
|
| '--operational-args-path', action='store',
|
| type=os.path.abspath,
|
|
|