fix name in script

This commit is contained in:
JillianTo 2025-03-09 19:12:39 -04:00
parent 444ee2bda1
commit 9a4dc311c7

View File

@ -14,7 +14,7 @@ import re
# Check if correct number of input arguments were given
if len(sys.argv) != 4:
sys.exit("parser.py [IDA HTML] [XenonRecomp log] [Output TOML]")
sys.exit("Auto_Function_Parser.py [IDA HTML] [XenonRecomp log] [Output TOML]")
# Filepath input arguments
ida_html = sys.argv[1]