mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Print help if unknown arg for hitag reader/writer
This commit is contained in:
parent
ee222095c3
commit
773845f411
1 changed files with 2 additions and 0 deletions
|
@ -551,6 +551,7 @@ static int CmdLFHitagReader(const char *Cmd) {
|
||||||
case WHTSF_CHALLENGE:
|
case WHTSF_CHALLENGE:
|
||||||
case WHTSF_KEY:
|
case WHTSF_KEY:
|
||||||
case WHT2F_CRYPTO:
|
case WHT2F_CRYPTO:
|
||||||
|
default:
|
||||||
return usage_hitag_reader();
|
return usage_hitag_reader();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -665,6 +666,7 @@ static int CmdLFHitagWriter(const char *Cmd) {
|
||||||
case RHT2F_CRYPTO:
|
case RHT2F_CRYPTO:
|
||||||
case RHT2F_TEST_AUTH_ATTEMPTS:
|
case RHT2F_TEST_AUTH_ATTEMPTS:
|
||||||
case RHT2F_UID_ONLY:
|
case RHT2F_UID_ONLY:
|
||||||
|
default:
|
||||||
return usage_hitag_writer();
|
return usage_hitag_writer();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue