From: iceman1001 Date: Mon, 30 Mar 2015 14:31:13 +0000 (+0200) Subject: CHG: minor correction to the em410xsim help text. X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/ba765c9edcdbc624c9e77673acf5fa60daec9deb?ds=sidebyside CHG: minor correction to the em410xsim help text. --- diff --git a/client/cmdlfem4x.c b/client/cmdlfem4x.c index b915aa5a..22b12aa4 100644 --- a/client/cmdlfem4x.c +++ b/client/cmdlfem4x.c @@ -69,9 +69,9 @@ int CmdEM410xSim(const char *Cmd) uint8_t uid[5] = {0x00}; if (cmdp == 'h' || cmdp == 'H') { - PrintAndLog("Usage: lf em4x 410xsim "); + PrintAndLog("Usage: lf em4x em410xsim "); PrintAndLog(""); - PrintAndLog(" sample: lf em4x 410xsim 0F0368568B"); + PrintAndLog(" sample: lf em4x em410xsim 0F0368568B"); return 0; }