mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: minor correction to the em410xsim help text.
This commit is contained in:
parent
46c65fed6c
commit
ba765c9edc
1 changed files with 2 additions and 2 deletions
|
@ -69,9 +69,9 @@ int CmdEM410xSim(const char *Cmd)
|
||||||
uint8_t uid[5] = {0x00};
|
uint8_t uid[5] = {0x00};
|
||||||
|
|
||||||
if (cmdp == 'h' || cmdp == 'H') {
|
if (cmdp == 'h' || cmdp == 'H') {
|
||||||
PrintAndLog("Usage: lf em4x 410xsim <UID>");
|
PrintAndLog("Usage: lf em4x em410xsim <UID>");
|
||||||
PrintAndLog("");
|
PrintAndLog("");
|
||||||
PrintAndLog(" sample: lf em4x 410xsim 0F0368568B");
|
PrintAndLog(" sample: lf em4x em410xsim 0F0368568B");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue