CHG: help text changes in cmdlfjablotron.c
CHG: increase byte size to uint16_t in crc.c CRC16Legic
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user