From 2d48e33a9901b083c3b212f11f4b519a26417659 Mon Sep 17 00:00:00 2001 From: wh201906 Date: Mon, 6 Nov 2023 18:44:19 +0800 Subject: [PATCH] Some small fix --- armsrc/appmain.c | 1 - client/src/cmdhw.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 90fae6d17..ef5e06179 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -2662,7 +2662,6 @@ static void PacketReceived(PacketCommandNG *packet) { break; } case CMD_STATUS: { - Dbprintf("Packet Len:%d", packet->length); if (packet->length == 4) SendStatus(packet->data.asDwords[0]); else diff --git a/client/src/cmdhw.c b/client/src/cmdhw.c index 257122744..d0a7102cf 100644 --- a/client/src/cmdhw.c +++ b/client/src/cmdhw.c @@ -813,7 +813,7 @@ static int CmdStatus(const char *Cmd) { CLIParserInit(&ctx, "hw status", "Show runtime status information about the connected Proxmark3", "hw status\n" - "hw status -t 1000 -> Test connection speed with 1000ms timeout\n" + "hw status --ms 1000 -> Test connection speed with 1000ms timeout\n" ); void *argtable[] = {