mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +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
|
//check for valid input
|
||||||
if (page == 0) {
|
if (page == 0) {
|
||||||
Dbprintf(
|
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;
|
bStop = !false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue