Skip to content

Commit e54990b

Browse files
authored
Remove unsupported @<addr>!<blksz> sintax (#1219)
1 parent e5f5792 commit e54990b

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

librz/core/cmd_descs/cmd_descs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3993,7 +3993,6 @@ static const RzCmdDescHelp zign_info_range_help = {
39933993

39943994
static const RzCmdDescDetailEntry tmp_modifiers_empty_detail_entries[] = {
39953995
{ .text = "<cmd> @", .arg_str = " <addr>", .comment = "Temporary seek to <addr>" },
3996-
{ .text = "<cmd> @", .arg_str = " <addr>!<blocksize>", .comment = "Temporary seek to <addr> and set blocksize to <blocksize>" },
39973996
{ .text = "<cmd> @..", .arg_str = "<addr>", .comment = "Temporary partial address seek (see s..)" },
39983997
{ .text = "<cmd> @!", .arg_str = "<blocksize>", .comment = "Temporary change the block size" },
39993998
{ .text = "<cmd> @(", .arg_str = "<from> <to>)", .comment = "Temporary set from and to for commands supporting ranges" },

librz/core/cmd_descs/cmd_descs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ commands:
312312
- text: "<cmd> @"
313313
arg_str: " <addr>"
314314
comment: "Temporary seek to <addr>"
315-
- text: "<cmd> @"
316-
arg_str: " <addr>!<blocksize>"
317-
comment: "Temporary seek to <addr> and set blocksize to <blocksize>"
318315
- text: "<cmd> @.."
319316
arg_str: "<addr>"
320317
comment: "Temporary partial address seek (see s..)"

0 commit comments

Comments
 (0)