Use sys/rzshell_which.py instead in rzshell doc (#2138)

This commit is contained in:
Khairul Azhar Kasmiran 2021-12-25 20:52:44 +08:00 committed by GitHub
parent 00fe25867b
commit a906ce20d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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