mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -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;
|
cmdp += 2;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
cmdp++;
|
usage_hw_connect();
|
||||||
break;
|
return PM3_EINVARG;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue