mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-12 07:26:42 +00:00
Add missing help for ee command
This commit is contained in:
parent
b8b0b3e73e
commit
6d7f440873
@ -166,6 +166,7 @@ static int cmd_eval(void *data, const char *input) {
|
||||
"e-", "", "reset config vars",
|
||||
"e*", "", "dump config vars in r commands",
|
||||
"e!", "a", "invert the boolean value of 'a' var",
|
||||
"ee", "var", "open editor to change the value of var",
|
||||
"er", " [key]", "set config key as readonly. no way back",
|
||||
"ec", " [k] [color]", "set color for given key (prompt, offset, ...)",
|
||||
"e", " a", "get value of var 'a'",
|
||||
|
Loading…
Reference in New Issue
Block a user