mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
Fix iz help messages
This commit is contained in:
parent
de73ac8670
commit
d45abe9117
@ -163,7 +163,7 @@ static int cmd_info(void *data, const char *input) {
|
||||
eprintf ("Usage: ik [sdb-query]\n");
|
||||
}
|
||||
break;
|
||||
case 'o':
|
||||
case 'o':
|
||||
{
|
||||
const char *fn = input[1]==' '? input+2: cf->desc->name;
|
||||
ut64 laddr = UT64_MAX;
|
||||
@ -189,7 +189,7 @@ static int cmd_info(void *data, const char *input) {
|
||||
case 'i': RBININFO ("imports",R_CORE_BIN_ACC_IMPORTS); break;
|
||||
case 'I': RBININFO ("info", R_CORE_BIN_ACC_INFO); break;
|
||||
case 'e': RBININFO ("entries",R_CORE_BIN_ACC_ENTRIES); break;
|
||||
case 'z':
|
||||
case 'z':
|
||||
if (input[1] == 'z') {
|
||||
/* TODO: reimplement in C to avoid forks */
|
||||
char *ret;
|
||||
@ -249,7 +249,8 @@ static int cmd_info(void *data, const char *input) {
|
||||
"ir|iR", "", "Relocs",
|
||||
"is", "", "Symbols",
|
||||
"iS", "", "Sections",
|
||||
"iz", "", "Strings",
|
||||
"iz", "", "Strings in data sections",
|
||||
"izz", "", "Search for Strings in the whole binary",
|
||||
NULL
|
||||
};
|
||||
r_core_cmd_help(core, help_message);
|
||||
|
Loading…
x
Reference in New Issue
Block a user