From 2b0552158f463cc26eb4de29f0d400610cbc09ba Mon Sep 17 00:00:00 2001 From: byteninjaa0 <62786136+byteninjaa0@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:22:59 +0530 Subject: [PATCH] Fix typo in rz-bin help message (#4146) --- librz/main/rz-bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librz/main/rz-bin.c b/librz/main/rz-bin.c index 68ae720a558..ecf748d880d 100644 --- a/librz/main/rz-bin.c +++ b/librz/main/rz-bin.c @@ -153,7 +153,7 @@ static ut32 actions2mask(ut64 action) { static int rzbin_show_help(int v) { printf("%s%s%s", Color_CYAN, "Usage: ", Color_RESET); printf("rz-bin [-AcdeEghHiIjlLMqrRsSUvVxzZ] [-@ at] [-a arch] [-b bits] [-B addr]\n" - " [-C F:C:D] [-f str] [-m addr] [-n str] [-N m:M] [-P[-P] pdb]\n" + " [-C F:C:D] [-f str] [-m addr] [-n str] [-N m:M] [-P pdb]\n" " [-o str] [-O str] [-k query] [-D lang symname] file\n"); if (v) { const char *options[] = {