mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-24 17:11:28 +08: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;
|
||||
CLIParserInit(&ctx, "hf jooki clone",
|
||||
"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"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue