Skip to content

Commit 3f6c38c

Browse files
committed
propagate rustbuild's bootstrap.py '--help' flag
1 parent 366de83 commit 3f6c38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def main():
346346
parser.add_argument('--clean', action='store_true')
347347
parser.add_argument('-v', '--verbose', action='store_true')
348348

349-
args = [a for a in sys.argv if a != '-h']
349+
args = [a for a in sys.argv if a != '-h' and a != '--help']
350350
args, _ = parser.parse_known_args(args)
351351

352352
# Configure initial bootstrap

0 commit comments

Comments
 (0)