mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Fix btpin usage
This commit is contained in:
parent
7432aad675
commit
00938e06ff
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ static int usage_usart_bt_pin(void) {
|
||||||
PrintAndLogEx(NORMAL, " d NNNN Desired PIN");
|
PrintAndLogEx(NORMAL, " d NNNN Desired PIN");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(NORMAL, "Example:");
|
PrintAndLogEx(NORMAL, "Example:");
|
||||||
PrintAndLogEx(NORMAL, " usart btpin 1234");
|
PrintAndLogEx(NORMAL, " usart btpin d 1234");
|
||||||
PrintAndLogEx(NORMAL, "expected output: nothing");
|
PrintAndLogEx(NORMAL, "expected output: nothing");
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue