mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-24 23:54:42 +08:00
missing a c in the helptext sample
This commit is contained in:
parent
1dc0500b36
commit
e8e2cfd0f1
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ int usage_lf_em410x_brute(void) {
|
||||||
PrintAndLog(" lf em 410xbrute ids.txt");
|
PrintAndLog(" lf em 410xbrute ids.txt");
|
||||||
PrintAndLog(" lf em 410xbrute ids.txt c 32");
|
PrintAndLog(" lf em 410xbrute ids.txt c 32");
|
||||||
PrintAndLog(" lf em 410xbrute ids.txt d 3000");
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue