mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-26 07:35:14 +00:00
Merge pull request #2605 from stuiterveer/numhex
Show correct example for `lf data num --hex`
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user