- PrintAndLog("Cloning tag with ID %08x %08x", hi, lo);
- PrintAndLog("Press pm3-button to abort simulation");
+ if (sscanf(&Cmd[--i], "%c", &ch) == 1) {
+ PrintAndLog("Usage: lf io clone <tag-ID>");
+ return 0;
+ }
+
+ PrintAndLog("Cloning ioProx tag with ID %08x %08x", hi, lo);
+