Skip to content

Commit

Permalink
pX command removal (radareorg#5099)
Browse files Browse the repository at this point in the history
pX command is a left off from some old docs. Removing it from help message 'p?'
  • Loading branch information
reenz0h authored and radare committed Jun 8, 2016
1 parent dba2fe7 commit 832abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cmd_print.c
Original file line number Diff line number Diff line change
Expand Up @@ -3772,7 +3772,7 @@ static int cmd_print(void *data, const char *input) {
"pu","[w] [len]","print N url encoded bytes (w=wide)",
"pv","[jh] [mode]","show variable/pointer/value in memory",
"p-","[jh] [mode]","bar|json|histogram blocks (mode: e?search.in)",
"p","[xX][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)",
"pwd","","display current working directory",
NULL
Expand Down

0 comments on commit 832abcc

Please sign in to comment.