Skip to content

Commit f25ba5f

Browse files
committed
Fix syntax for ASLR
1 parent dddb7bf commit f25ba5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8904,7 +8904,7 @@ class ASLRCommand(GenericCommand):
89048904
attached). This command allows to change that setting."""
89058905

89068906
_cmdline_ = "aslr"
8907-
_syntax_ = "{:s} (on|off)".format(_cmdline_)
8907+
_syntax_ = "{:s} [(on|off)]".format(_cmdline_)
89088908

89098909
def do_invoke(self, argv):
89108910
argc = len(argv)

0 commit comments

Comments
 (0)