mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-07 22:36:52 +00:00
Fix typo in dmh? menu (#6399)
This commit is contained in:
parent
91c52cb613
commit
cd1eec023d
@ -1037,7 +1037,7 @@ static const char* GH(help_msg)[] = {
|
||||
"dmhg", "", "Display heap graph of heap segment",
|
||||
"dmhg", " [malloc_state]", "Display heap graph of a particular arena",
|
||||
"dmhi", " @[malloc_state]", "Display heap_info structure/structures for a given arena",
|
||||
"dmhm", "", "List all elemnts of struct malloc_state of main thread (main_arena)",
|
||||
"dmhm", "", "List all elements of struct malloc_state of main thread (main_arena)",
|
||||
"dmhm", " [malloc_state]", "List all malloc_state instance of a particular arena",
|
||||
"dmh?", "", "Show map heap help",
|
||||
NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user