mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-26 22:50:48 +00:00
Add help for omp? subcommands ##shell
This commit is contained in:
parent
e3687f0905
commit
bf9540ab1e
@ -1035,6 +1035,9 @@ static void cmd_open_map(RCore *core, const char *input) {
|
||||
break;
|
||||
case 'p':
|
||||
switch (input[2]) {
|
||||
case '?': // "omp?"
|
||||
r_core_cmd_help_contains (core, help_msg_om, "omp");
|
||||
break;
|
||||
case 'd': // "ompf"
|
||||
id = r_num_math (core->num, input + 3); //mapid
|
||||
if (r_io_map_exists_for_id (core->io, id)) {
|
||||
|
Loading…
Reference in New Issue
Block a user