mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: help text changes in cmdlfjablotron.c
CHG: increase byte size to uint16_t in crc.c CRC16Legic
This commit is contained in:
parent
f5538c1c4e
commit
514ddaa2ff
3 changed files with 16 additions and 12 deletions
|
@ -18,7 +18,7 @@ int usage_lf_jablotron_clone(void){
|
|||
PrintAndLog(" <card ID> : jablotron card ID");
|
||||
PrintAndLog(" <Q5> : specify write to Q5 (t5555 instead of t55x7)");
|
||||
PrintAndLog("");
|
||||
PrintAndLog("Sample: lf jablotron clone d 112233");
|
||||
PrintAndLog("Sample: lf jablotron clone 112233");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@ int usage_lf_jablotron_sim(void) {
|
|||
PrintAndLog(" h : This help");
|
||||
PrintAndLog(" <card ID> : jablotron card ID");
|
||||
PrintAndLog("");
|
||||
PrintAndLog("Sample: lf jablotron sim d 112233");
|
||||
PrintAndLog("Sample: lf jablotron sim 112233");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue