Skip to content

Commit

Permalink
Reflect in pj doc that the JSON is parsed before printing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Nov 23, 2024
1 parent 88bb018 commit be6e793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion librz/core/cmd_descs/cmd_descs.c
Original file line number Diff line number Diff line change
Expand Up @@ -13998,7 +13998,7 @@ static const RzCmdDescArg print_current_block_json_args[] = {
{ 0 },
};
static const RzCmdDescHelp print_current_block_json_help = {
.summary = "Print formatted JSON at current offset.",
.summary = "Parse, format and print JSON at current offset.",
.args = print_current_block_json_args,
};

Expand Down
2 changes: 1 addition & 1 deletion librz/core/cmd_descs/cmd_print.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ commands:
cname: print_instructions_function
args: []
- name: pj
summary: Print formatted JSON at current offset.
summary: Parse, format and print JSON at current offset.
cname: print_current_block_json
args: []
- name: plf
Expand Down

0 comments on commit be6e793

Please sign in to comment.