sigreturn command: improve help string

Inform on the default address in `help sigreturn`
This commit is contained in:
Disconnect3d 2024-09-04 14:36:04 +02:00 committed by GitHub
parent df8a9d4dc6
commit 6289b97122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ SIGRETURN_CORE_REGISTER: Dict[str, Set[str]] = {
parser = argparse.ArgumentParser(description="Display the SigreturnFrame at the specific address")
parser.add_argument(
"address", nargs="?", default=None, type=int, help="The address to read the frame from"
"address", nargs="?", default=None, type=int, help="The address to read the frame from (default: $sp)"
)
parser.add_argument(