From 00938e06ff41b85a87985ee9cfe186139d85b602 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 2 Aug 2020 11:29:21 +0200 Subject: [PATCH] Fix btpin usage --- client/src/cmdusart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdusart.c b/client/src/cmdusart.c index 56d4b88bb..290e543eb 100644 --- a/client/src/cmdusart.c +++ b/client/src/cmdusart.c @@ -36,7 +36,7 @@ static int usage_usart_bt_pin(void) { PrintAndLogEx(NORMAL, " d NNNN Desired PIN"); PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Example:"); - PrintAndLogEx(NORMAL, " usart btpin 1234"); + PrintAndLogEx(NORMAL, " usart btpin d 1234"); PrintAndLogEx(NORMAL, "expected output: nothing"); return PM3_SUCCESS; }