mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-22 23:24:22 +08:00
text
This commit is contained in:
parent
086cea765f
commit
5654e29908
1 changed files with 1 additions and 1 deletions
|
@ -1542,7 +1542,7 @@ void WritePageHitagS(hitag_function htf, hitag_data *htd, int page) {
|
|||
//check for valid input
|
||||
if (page == 0) {
|
||||
Dbprintf(
|
||||
"usage: lf hitag writer [03 | 04] [CHALLENGE | KEY] [page] [byte0] [byte1] [byte2] [byte3]");
|
||||
"usage: lf hitag writer [--03 | --04] [--nrar CHALLENGE | -k KEY] [-p page] -d [4 hex bytes]");
|
||||
bStop = !false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue