mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-04 20:46:20 +00:00
Add ?: help in ???
This commit is contained in:
parent
0cbc69c580
commit
f9559e90bc
@ -483,6 +483,7 @@ static int cmd_help(void *data, const char *input) {
|
||||
const char* help_msg[] = {
|
||||
"Usage: ?[?[?]] expression", "", "",
|
||||
"?", " eip-0x804800", "show hex and dec result for this math expr",
|
||||
"?:", "", "list core cmd plugins",
|
||||
"?!", " [cmd]", "? != 0",
|
||||
"?+", " [cmd]", "? > 0",
|
||||
"?-", " [cmd]", "? < 0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user