Rollup merge of #34558 - GlenDC:master, r=alexcrichton

rustbuild: propagate bootstrap.py '--help' flag

Fixes #34534.
r? @alexcrichton
This commit is contained in:
Steve Klabnik 2016-07-06 19:13:06 -04:00 committed by GitHub
commit 92c0ab01b1
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ def main():
parser.add_argument('--clean', action='store_true')
parser.add_argument('-v', '--verbose', action='store_true')
args = [a for a in sys.argv if a != '-h']
args = [a for a in sys.argv if a != '-h' and a != '--help']
args, _ = parser.parse_known_args(args)
# Configure initial bootstrap