fixing compilation bug in iclass

This commit is contained in:
Philippe Teuwen 2019-09-05 23:34:51 +02:00
parent 9cf2cd7ca9
commit ffe849fb93

View file

@ -78,7 +78,7 @@ static int usage_hf_iclass_decrypt(void) {
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "Usage: hf iclass decrypt d <enc data> f <tagdump> k <transport key>");
PrintAndLogEx(NORMAL, " options");
PrintAndLogEx(NORMAL, " d <encrypted block> 16 bytes hex")
PrintAndLogEx(NORMAL, " d <encrypted block> 16 bytes hex");
PrintAndLogEx(NORMAL, " f <filename> filename of dump");
PrintAndLogEx(NORMAL, " k <transport key> 16 bytes hex");
PrintAndLogEx(NORMAL, "");