mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 04:28:20 +00:00
Fix p2?
This commit is contained in:
parent
8b70bdb559
commit
405ca532a1
@ -1872,7 +1872,7 @@ static int cmd_print(void *data, const char *input) {
|
||||
}
|
||||
break;
|
||||
case '2':
|
||||
if (input[2] == '?')
|
||||
if (input[1] == '?')
|
||||
r_cons_printf( "Usage: p2 [number of bytes representing tiles]\n"
|
||||
"NOTE: Only full tiles will be printed\n");
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user