This commit is contained in:
iceman1001
2021-04-25 10:55:39 +02:00
parent c435b2e0bb
commit cfc8332321
7 changed files with 79 additions and 7 deletions

View File

@@ -256,7 +256,8 @@ static int CmdIOProxClone(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "lf io clone",
"Enables simulation of ioProx card with specified facility-code and card number.\n"
"clone a ioProx card with specified facility-code and card number\n"
"to a T55x7, Q5/T5555 or EM4305/4469 tag.\n"
"Tag must be on the antenna when issuing this command.",
"lf io clone --vn 1 --fc 101 --cn 1337"
);