mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +00:00
fix help message of oba command (#12270)
This commit is contained in:
parent
523aafa359
commit
8bcfc7bcbd
@ -52,7 +52,7 @@ static const char *help_msg_o_star[] = {
|
||||
};
|
||||
|
||||
static const char *help_msg_oa[] = {
|
||||
"Usage:", "oa [addr] ([filename])", " # load bininfo and update flags",
|
||||
"Usage:", "oba [addr] ([filename])", " # load bininfo and update flags",
|
||||
"oba", " [addr]", "Open bin info from the given address",
|
||||
"oba", " [addr] [filename]", "Open file and load bin info at given address",
|
||||
NULL
|
||||
|
Loading…
x
Reference in New Issue
Block a user