From a53598cab28174fcc4a20fc0fda30ccaaedda1d3 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Mon, 12 Jun 2023 21:19:37 +0800 Subject: [PATCH] Remove mention of `pz` from help (#3574) `pz` was removed before, remove the mention from help too --- librz/core/cmd/cmd_print.c | 1 - 1 file changed, 1 deletion(-) diff --git a/librz/core/cmd/cmd_print.c b/librz/core/cmd/cmd_print.c index f488c15b80..97631dbdd2 100644 --- a/librz/core/cmd/cmd_print.c +++ b/librz/core/cmd/cmd_print.c @@ -142,7 +142,6 @@ static const char *help_msg_p[] = { "pu", "[?][w] [len]", "print N url encoded bytes (w=wide)", "pv", "[?][jh] [mode]", "show variable/pointer/value in memory", "px", "[?][owq] [len]", "hexdump of N bytes (o=octal, w=32bit, q=64bit)", - "pz", "[?] [len]", "print zoom view (see pz? for help)", NULL };