This commit is contained in:
CptGibbon 2022-09-24 15:56:41 -07:00 committed by Disconnect3d
parent 1b3ac5ceac
commit 1a27176058
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def format_bin(bins, verbose=False, offset=None):
parser = argparse.ArgumentParser()
parser.description = ("Template heap command. You can ignore this.")
parser.description = "Template heap command. You can ignore this."
parser.add_argument("addr", type=int, help="Address of a chunk header.")