mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 16:45:09 +08:00
text
This commit is contained in:
parent
c62ba64d27
commit
2e1c906d9e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ static int CmdVikingClone(const char *Cmd) {
|
|||
CLIParserInit(&ctx, "lf viking clone",
|
||||
"clone a Viking AM tag to a T55x7, Q5/T5555 or EM4305/4469 tag.",
|
||||
"lf viking clone --cn 01A337\n"
|
||||
"lf viking clone --cn 01A337 --q5 -> encode for Q5/T5555 tag"
|
||||
"lf viking clone --cn 01A337 --q5 -> encode for Q5/T5555 tag\n"
|
||||
"lf viking clone --cn 112233 --em -> encode for EM4305/4469"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue