mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Rollup merge of #155262 - DanielEScherzer:bootstrap-duplicate-the, r=Zalathar
bootstrap.py: fix duplicated "the"
This commit is contained in:
@@ -1264,7 +1264,7 @@ def parse_args(args):
|
||||
|
||||
# Pass allow_abbrev=False to remove support for inexact matches (e.g.,
|
||||
# `--json` turning on `--json-output`). The argument list here is partial,
|
||||
# most flags are matched in the Rust bootstrap code. This prevents the the
|
||||
# most flags are matched in the Rust bootstrap code. This prevents the
|
||||
# default ambiguity checks in argparse from functioning correctly.
|
||||
parser = argparse.ArgumentParser(add_help=False, allow_abbrev=False)
|
||||
parser.add_argument("-h", "--help", action="store_true")
|
||||
|
||||
Reference in New Issue
Block a user