mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Show correct example for lf data num --hex
This commit is contained in:
parent
0b35762b15
commit
08c22a0a5e
1 changed files with 1 additions and 1 deletions
|
@ -3069,7 +3069,7 @@ static int CmdNumCon(const char *Cmd) {
|
|||
"Function takes a decimal or hexdecimal number and print it in decimal/hex/binary\n"
|
||||
"Will print message if number is a prime number\n",
|
||||
"data num --dec 2023\n"
|
||||
"data num --hex 0x1000\n"
|
||||
"data num --hex 2A\n"
|
||||
);
|
||||
|
||||
void *argtable[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue