]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: minor correction to the em410xsim help text.
authoriceman1001 <iceman@iuse.se>
Mon, 30 Mar 2015 14:31:13 +0000 (16:31 +0200)
committericeman1001 <iceman@iuse.se>
Mon, 30 Mar 2015 14:31:13 +0000 (16:31 +0200)
client/cmdlfem4x.c

index b915aa5aac5f62f63e7d35a70f6bd23a61cf78cd..22b12aa48ee7b8aea47f56c965aa1980de8d0c55 100644 (file)
@@ -69,9 +69,9 @@ int CmdEM410xSim(const char *Cmd)
        uint8_t uid[5] = {0x00};
 
        if (cmdp == 'h' || cmdp == 'H') {
-               PrintAndLog("Usage:  lf em4x 410xsim <UID>");
+               PrintAndLog("Usage:  lf em4x em410xsim <UID>");
                PrintAndLog("");
-               PrintAndLog("     sample: lf em4x 410xsim 0F0368568B");
+               PrintAndLog("     sample: lf em4x em410xsim 0F0368568B");
                return 0;
        }
 
Impressum, Datenschutz