Skip to content

Commit

Permalink
Fix typo in patch byte help (#848)
Browse files Browse the repository at this point in the history
`WORD` -> `BYTE`
  • Loading branch information
therealdreg committed Jun 24, 2022
1 parent 1e8f55f commit 343cd23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -8182,7 +8182,7 @@ def __init__(self) -> None:

@register
class PatchByteCommand(PatchCommand):
"""Write specified WORD to the specified address."""
"""Write specified BYTE to the specified address."""

_cmdline_ = "patch byte"
_syntax_ = f"{_cmdline_} LOCATION BYTE1 [BYTE2 [BYTE3..]]"
Expand Down

0 comments on commit 343cd23

Please sign in to comment.