fix help typo
This commit is contained in:
@@ -66,8 +66,8 @@ int usage_t55xx_write(){
|
|||||||
PrintAndLog(" [password], OPTIONAL password 4bytes (8 hex characters)");
|
PrintAndLog(" [password], OPTIONAL password 4bytes (8 hex characters)");
|
||||||
PrintAndLog("");
|
PrintAndLog("");
|
||||||
PrintAndLog("Examples:");
|
PrintAndLog("Examples:");
|
||||||
PrintAndLog(" lf t55xx wd 3 11223344 - write 11223344 to block 3");
|
PrintAndLog(" lf t55xx wr 3 11223344 - write 11223344 to block 3");
|
||||||
PrintAndLog(" lf t55xx wd 3 11223344 feedbeef - write 11223344 to block 3 password feedbeef");
|
PrintAndLog(" lf t55xx wr 3 11223344 feedbeef - write 11223344 to block 3 password feedbeef");
|
||||||
PrintAndLog("");
|
PrintAndLog("");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user