From 368092e7163b8e725236df7976ea35ecd425be07 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Fri, 8 Dec 2023 05:01:31 +0000 Subject: [PATCH] Update tools/patch_c2.py --- tools/patch_c2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/patch_c2.py b/tools/patch_c2.py index 0e11af62..58cc4760 100644 --- a/tools/patch_c2.py +++ b/tools/patch_c2.py @@ -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(