From ba765c9edcdbc624c9e77673acf5fa60daec9deb Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 30 Mar 2015 16:31:13 +0200 Subject: [PATCH] CHG: minor correction to the em410xsim help text. --- client/cmdlfem4x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.5