Update tools/patch_c2.py

This commit is contained in:
Anonymous Maarten 2023-12-08 05:00:19 +00:00 committed by GitHub
parent 786bd4b6fa
commit 7445b58799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
def main():
parser = argparse.ArgumentParser(
allow_abbrev=False,
description="Path C2.EXE of Micrisoft Visual Studio 4.2.0 to disable C4786 warning",
description="Path C2.EXE of Microsoft Visual Studio 4.2.0 to disable C4786 warning",
)
parser.add_argument("path", type=pathlib.Path, help="Path of C2.EXE")
parser.add_argument(