mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
text
This commit is contained in:
parent
e129244a66
commit
88d95b639f
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ static int CmdHF14AJookiClone(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf jooki clone",
|
CLIParserInit(&ctx, "hf jooki clone",
|
||||||
"Write a Jooki token to a Ultralight or NTAG tag",
|
"Write a Jooki token to a Ultralight or NTAG tag",
|
||||||
"hf jooki clone -d <hex bytes> --> where hex is raw NDEF"
|
"hf jooki clone -d <hex bytes> --> where hex is raw NDEF\n"
|
||||||
"hf jooki clone --b64 7WzlgEzqLgwTnWNy --> using base64 url parameter"
|
"hf jooki clone --b64 7WzlgEzqLgwTnWNy --> using base64 url parameter"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue