diff options
| author | DebugSteven <debugsteven@gmail.com> | 2022-12-05 16:19:10 -0700 |
|---|---|---|
| committer | DebugSteven <debugsteven@gmail.com> | 2022-12-31 11:38:44 -0700 |
| commit | a917308d9180b3203c1e65a394c28c7e7d92b9bb (patch) | |
| tree | b33df74afb6de357e3cc7a7236c3da9392a8519f | |
| parent | b9b33d983d83fde3067a28fdd126fd84061e74c8 (diff) | |
| download | rust-a917308d9180b3203c1e65a394c28c7e7d92b9bb.tar.gz rust-a917308d9180b3203c1e65a394c28c7e7d92b9bb.zip | |
remove commented out old code
| -rw-r--r-- | src/bootstrap/bootstrap.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/bootstrap.py b/src/bootstrap/bootstrap.py index d7ba015982a..f3998e98583 100644 --- a/src/bootstrap/bootstrap.py +++ b/src/bootstrap/bootstrap.py @@ -934,7 +934,6 @@ def main(): if len(sys.argv) > 1 and sys.argv[1] == 'help': sys.argv = [sys.argv[0], '-h'] + sys.argv[2:] - # help_triggered = ('-h' in sys.argv) or ('--help' in sys.argv) or (len(sys.argv) == 1) help_triggered = len(sys.argv) == 1 or any(x in ["-h", "--help", "--version"] for x in sys.argv) try: bootstrap(help_triggered) |
