Remove mention of pz from help (#3574)
`pz` was removed before, remove the mention from help too
This commit is contained in:
parent
3f935c11c6
commit
a53598cab2
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue