Skip to content

Commit

Permalink
Fix syntax for ASLR
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Jul 31, 2021
1 parent dddb7bf commit f25ba5f
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 @@ -8904,7 +8904,7 @@ class ASLRCommand(GenericCommand):
attached). This command allows to change that setting."""

_cmdline_ = "aslr"
_syntax_ = "{:s} (on|off)".format(_cmdline_)
_syntax_ = "{:s} [(on|off)]".format(_cmdline_)

def do_invoke(self, argv):
argc = len(argv)
Expand Down

0 comments on commit f25ba5f

Please sign in to comment.