mirror of https://github.com/pwndbg/pwndbg
Lint
This commit is contained in:
parent
1b3ac5ceac
commit
1a27176058
|
@ -96,7 +96,7 @@ def format_bin(bins, verbose=False, offset=None):
|
||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
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.")
|
parser.add_argument("addr", type=int, help="Address of a chunk header.")
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue