mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-10 07:21:55 +00:00
Fix Pj
This commit is contained in:
parent
04fe0f711b
commit
7b27528807
@ -232,7 +232,8 @@ static int cmd_project(void *data, const char *input) {
|
||||
}
|
||||
break;
|
||||
case 0:
|
||||
r_core_project_list (core, input[1]);
|
||||
case 'j':
|
||||
r_core_project_list (core, input[0]);
|
||||
break;
|
||||
default:
|
||||
r_core_cmd_help (core, help_msg_P);
|
||||
|
Loading…
Reference in New Issue
Block a user