Skip to content

Commit

Permalink
propagate rustbuild's bootstrap.py '--help' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Jun 29, 2016
1 parent 366de83 commit 3f6c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/bootstrap.py
Expand Up @@ -346,7 +346,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
Expand Down

0 comments on commit 3f6c38c

Please sign in to comment.