Skip to content

Commit

Permalink
fix typo in search-pattern help (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
kokanin committed Sep 2, 2021
1 parent 00bb124 commit 169e6e6
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 @@ -5698,7 +5698,7 @@ class SearchPatternCommand(GenericCommand):
_cmdline_ = "search-pattern"
_syntax_ = "{:s} PATTERN [small|big] [section]".format(_cmdline_)
_aliases_ = ["grep", "xref"]
_example_ = "\n{0:s} AAAAAAAA\n{0:s} 0x555555554000 little stack\n{0:s}AAAA 0x600000-0x601000".format(_cmdline_)
_example_ = "\n{0:s} AAAAAAAA\n{0:s} 0x555555554000 little stack\n{0:s} AAAA 0x600000-0x601000".format(_cmdline_)

def print_section(self, section):
title = "In "
Expand Down

0 comments on commit 169e6e6

Please sign in to comment.