Update tools/patch_c2.py

This commit is contained in:
Anonymous Maarten 2023-12-08 05:01:31 +00:00 committed by GitHub
parent 7445b58799
commit 368092e716
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 Microsoft Visual Studio 4.2.0 to disable C4786 warning",
description="Path to 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(