From 8bcfc7bcbd8359cb061838d3b939c1734f29a719 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Thu, 22 Nov 2018 11:40:31 +0100 Subject: [PATCH] fix help message of oba command (#12270) --- libr/core/cmd_open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libr/core/cmd_open.c b/libr/core/cmd_open.c index 4c663c1850..14ed89244c 100644 --- a/libr/core/cmd_open.c +++ b/libr/core/cmd_open.c @@ -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