Skip to content

Commit

Permalink
Fix typo in rz-bin help message (#4146)
Browse files Browse the repository at this point in the history
  • Loading branch information
byteninjaa0 committed Jan 24, 2024
1 parent dde8fae commit 2b05521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/main/rz-bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit 2b05521

Please sign in to comment.