mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Update tools/patch_c2.py
This commit is contained in:
parent
7445b58799
commit
368092e716
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user