Use sys/rzshell_which.py instead in rzshell doc (#2138)
This commit is contained in:
parent
00fe25867b
commit
a906ce20d8
1 changed files with 2 additions and 2 deletions
|
|
@ -138,8 +138,8 @@ files: `cmd_descs.c` and `cmd_descs.h`.
|
|||
|
||||
## Where is the handler of command `x`?
|
||||
|
||||
You can use the script `librz/core/cmd_descs/rzshell_find_handler.py` to get the
|
||||
name of the function handling the specified command.
|
||||
You can use the script `sys/rzshell_which.py` to get the name of the function
|
||||
handling the specified command.
|
||||
|
||||
If that doesn't work, please report the problem to us! However, you can still
|
||||
find the handler yourself by looking at the file
|
||||
|
|
|
|||
Loading…
Reference in a new issue