Skip to content

Commit

Permalink
Fix /e entry in /? (rizinorg#4856)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy authored and tushar3q34 committed Feb 2, 2025
1 parent 3b1fd04 commit 379d7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/core/cmd/cmd_search.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ static const char *help_msg_slash[] = {
"/b", "", "search backwards, command modifier, followed by other command",
"/c", "[?][adr]", "search for crypto materials",
"/d", " 101112", "search for a deltified sequence of bytes",
"/e", " /E.F/i", "match regular expression",
"/e", " /pattern/[i]", "match regular expression",
"/E", " esil-expr", "offset matching given esil expressions $$ = here",
"/f", "", "search forwards, (command modifier)",
"/F", " file [off] [sz]", "search contents of file with offset and size",
Expand Down

0 comments on commit 379d7f7

Please sign in to comment.