missing a c in the helptext sample

This commit is contained in:
Fl0-0 2017-07-03 08:56:36 +02:00
parent 1dc0500b36
commit e8e2cfd0f1

View file

@ -301,7 +301,7 @@ int usage_lf_em410x_brute(void) {
PrintAndLog(" lf em 410xbrute ids.txt");
PrintAndLog(" lf em 410xbrute ids.txt c 32");
PrintAndLog(" lf em 410xbrute ids.txt d 3000");
PrintAndLog(" lf em 410xbrute ids.txt d 3000 32");
PrintAndLog(" lf em 410xbrute ids.txt d 3000 c 32");
return 0;
}