mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
hw connect: detect invalid usages
This commit is contained in:
parent
e6d64df6d0
commit
413440fdab
1 changed files with 2 additions and 2 deletions
|
@ -518,8 +518,8 @@ static int CmdConnect(const char *Cmd) {
|
|||
cmdp += 2;
|
||||
break;
|
||||
default:
|
||||
cmdp++;
|
||||
break;
|
||||
usage_hw_connect();
|
||||
return PM3_EINVARG;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue