Remove mention of pz from help (#3574)

`pz` was removed before, remove the mention from help too
This commit is contained in:
Anton Kochkov 2023-06-12 21:19:37 +08:00 committed by GitHub
parent 3f935c11c6
commit a53598cab2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,6 @@ static const char *help_msg_p[] = {
"pu", "[?][w] [len]", "print N url encoded bytes (w=wide)", "pu", "[?][w] [len]", "print N url encoded bytes (w=wide)",
"pv", "[?][jh] [mode]", "show variable/pointer/value in memory", "pv", "[?][jh] [mode]", "show variable/pointer/value in memory",
"px", "[?][owq] [len]", "hexdump of N bytes (o=octal, w=32bit, q=64bit)", "px", "[?][owq] [len]", "hexdump of N bytes (o=octal, w=32bit, q=64bit)",
"pz", "[?] [len]", "print zoom view (see pz? for help)",
NULL NULL
}; };