mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
chg: 'hf 15 write' wrong helptext :)
This commit is contained in:
+1
-1
@@ -1082,7 +1082,7 @@ int CmdHF15Read(const char *Cmd) {
|
||||
int CmdHF15Write(const char *Cmd) {
|
||||
|
||||
char cmdp = param_getchar(Cmd, 0);
|
||||
if (strlen(Cmd)<3 || cmdp == 'h' || cmdp == 'H') return usage_15_read();
|
||||
if (strlen(Cmd)<3 || cmdp == 'h' || cmdp == 'H') return usage_15_write();
|
||||
|
||||
UsbCommand resp;
|
||||
uint8_t *recv;
|
||||
|
||||
Reference in New Issue
Block a user