CHG: help text changes in cmdlfjablotron.c

CHG: increase byte size to uint16_t in crc.c CRC16Legic
This commit is contained in:
iceman1001 2016-07-29 20:58:52 +02:00
commit 514ddaa2ff
3 changed files with 16 additions and 12 deletions

View file

@ -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;
}