]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlffdx.c
Mfp commands (#698)
[proxmark3-svn] / client / cmdlffdx.c
index 006ffd56e4eee88c8d4d7b8d9c5df88e60b45705..20f834ceb7c687a4c708e5c4c37b8b2e3c452124 100644 (file)
@@ -13,7 +13,7 @@
 #include <stdio.h>
 #include <inttypes.h>
 #include <string.h>
-#include "proxmark3.h"
+#include "comms.h"
 #include "ui.h"         // for PrintAndLog
 #include "util.h"
 #include "cmdparser.h"
@@ -58,7 +58,7 @@ int usage_lf_fdx_clone(void){
        // extended data
        PrintAndLog("      <Q5>        : Specify write to Q5 (t5555 instead of t55x7)");
        PrintAndLog("");
-       PrintAndLog("Sample: lf animal clone 999 112233");
+       PrintAndLog("Sample: lf fdx clone 999 112233");
        return 0;
 }
 
Impressum, Datenschutz