From 55ede9e415bca324f703124152143f96924fde48 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 6 Jan 2021 02:04:57 +0100 Subject: [PATCH] hw setlfdivsor - text --- client/src/cmdhw.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/cmdhw.c b/client/src/cmdhw.c index 71c33a755..45281637c 100644 --- a/client/src/cmdhw.c +++ b/client/src/cmdhw.c @@ -508,9 +508,9 @@ static int CmdReset(const char *Cmd) { static int CmdSetDivisor(const char *Cmd) { CLIParserContext *ctx; - CLIParserInit(&ctx, "hw setdivisor", + CLIParserInit(&ctx, "hw setlfdivisor", "Drive LF antenna at 12 MHz / (divisor + 1).", - "hw setdivisor -d 88" + "hw setlfdivisor -d 88" ); void *argtable[] = { @@ -523,7 +523,7 @@ static int CmdSetDivisor(const char *Cmd) { CLIParserFree(ctx); if (arg < 19) { - PrintAndLogEx(ERR, "divisor must be between" _YELLOW_("19") " and " _YELLOW_("255")); + PrintAndLogEx(ERR, "Divisor must be between" _YELLOW_("19") " and " _YELLOW_("255")); return PM3_EINVARG; } // 12 000 000 (12MHz)