Add ?: help in ???

This commit is contained in:
pancake 2015-02-11 13:50:31 +01:00
parent 0cbc69c580
commit f9559e90bc

View File

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