mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 16:59:08 +00:00
add range to the search.in helptext
This commit is contained in:
parent
24e2bed757
commit
a0ddd7d17d
@ -1476,7 +1476,7 @@ R_API int r_core_config_init(RCore *core) {
|
||||
SETPREF("search.flags", "true", "All search results are flagged, otherwise only printed");
|
||||
SETI("search.maxhits", 0, "Maximum number of hits (0: no limit)");
|
||||
SETI("search.from", -1, "Search start address");
|
||||
SETCB("search.in", "file", &cb_searchin, "Specify search boundaries (raw, block, file, section)");
|
||||
SETCB("search.in", "file", &cb_searchin, "Specify search boundaries (raw, block, file, section, range)");
|
||||
SETICB("search.kwidx", 0, &cb_search_kwidx, "Store last search index count");
|
||||
SETPREF("search.prefix", "hit", "Prefix name in search hits label");
|
||||
SETPREF("search.show", "true", "Show search results");
|
||||
|
Loading…
Reference in New Issue
Block a user