fix help message of oba command (#12270)

This commit is contained in:
Mathieu Tarral 2018-11-22 11:40:31 +01:00 committed by Anton Kochkov
parent 523aafa359
commit 8bcfc7bcbd

View File

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