]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfem4x.c
simplified lf em command structure
[proxmark3-svn] / client / cmdlfem4x.c
index 662629f067c5d0e105b53f3e55a60d8cdaeefe6c..7664978639fd425de6e752f327518d1f491962fa 100644 (file)
@@ -72,9 +72,9 @@ int CmdEM410xSim(const char *Cmd)
        uint8_t uid[5] = {0x00};
 
        if (cmdp == 'h' || cmdp == 'H') {
-               PrintAndLog("Usage:  lf em4x em410xsim <UID> <clock>");
+               PrintAndLog("Usage:  lf em 410xsim <UID> <clock>");
                PrintAndLog("");
-               PrintAndLog("     sample: lf em4x em410xsim 0F0368568B");
+               PrintAndLog("     sample: lf em 410xsim 0F0368568B");
                return 0;
        }
        /* clock is 64 in EM410x tags */
Impressum, Datenschutz