Skip to content

Commit

Permalink
Fix bad formatting when display help message of ahi
Browse files Browse the repository at this point in the history
Signed-off-by: Lzu Tao <1stpangu@gmail.com>
  • Loading branch information
Lzu Tao authored and radare committed Sep 23, 2018
1 parent 8786d57 commit 6193fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cmd_anal.c
Expand Up @@ -467,7 +467,7 @@ static const char *help_msg_ah[] = {
};

static const char *help_msg_ahi[] = {
"Usage", "ahi [sbodh] [@ offset]", " Define numeric base",
"Usage:", "ahi [sbodh] [@ offset]", " Define numeric base",
"ahi", " [base]", "set numeric base (1, 2, 8, 10, 16)",
"ahi", " b", "set base to binary (2)",
"ahi", " d", "set base to decimal (10)",
Expand Down

0 comments on commit 6193fd5

Please sign in to comment.