diff --git a/librz/core/cmd_descs/cmd_descs.c b/librz/core/cmd_descs/cmd_descs.c
index 2ca3a221635..1201567449c 100644
--- a/librz/core/cmd_descs/cmd_descs.c
+++ b/librz/core/cmd_descs/cmd_descs.c
@@ -20906,8 +20906,8 @@ static const RzCmdDescHelp grep_help = {
};
static const RzCmdDescDetailEntry specifiers_Table_space_format_space_specifiers_space__oparen__minor_table_spec_greater__cparen__detail_entries[] = {
- { .text = "
/sort/", .arg_str = NULL, .comment = "Sort table by column in increasing or decreasing order." },
- { .text = "/sortlen/", .arg_str = NULL, .comment = "Sort table length of column in increasing or decreasing order." },
+ { .text = "/sort/rev", .arg_str = NULL, .comment = "Sort table by column in reverse order." },
+ { .text = "/sortlen/rev", .arg_str = NULL, .comment = "Sort table by column length in reverse order." },
{ .text = "/cols[/[/...]]", .arg_str = NULL, .comment = "Show only specified columns in the table." },
{ .text = "", .arg_str = NULL, .comment = "Show only column (it must not have the same name as an output format specifier)." },
{ .text = "/gt/", .arg_str = NULL, .comment = "Grep rows where column is greater than ." },
diff --git a/librz/core/cmd_descs/cmd_descs.yaml b/librz/core/cmd_descs/cmd_descs.yaml
index e18f55dc9a1..8f693852f87 100644
--- a/librz/core/cmd_descs/cmd_descs.yaml
+++ b/librz/core/cmd_descs/cmd_descs.yaml
@@ -602,10 +602,10 @@ commands:
details:
- name: Table format specifiers ()
entries:
- - text: "/sort/"
- comment: Sort table by column in increasing or decreasing order.
- - text: "/sortlen/"
- comment: Sort table length of column in increasing or decreasing order.
+ - text: "/sort/rev"
+ comment: Sort table by column in reverse order.
+ - text: "/sortlen/rev"
+ comment: Sort table by column length in reverse order.
- text: "/cols[/[/...]]"
comment: Show only specified columns in the table.
- text: ""