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[] = {