From 737a6dc3d7f7578c85acee9f1ecff046c5cf8f0e Mon Sep 17 00:00:00 2001 From: Michael Wiesinger <46874921+VarChar42@users.noreply.github.com> Date: Fri, 7 Nov 2025 21:02:14 +0100 Subject: [PATCH] Fix help description for lf indala brute --- client/src/cmdlfindala.c | 2 +- doc/commands.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdlfindala.c b/client/src/cmdlfindala.c index 4efdd3531..6aee29b6f 100644 --- a/client/src/cmdlfindala.c +++ b/client/src/cmdlfindala.c @@ -1096,7 +1096,7 @@ static int CmdIndalaBrute(const char *Cmd) { static command_t CommandTable[] = { {"help", CmdHelp, AlwaysAvailable, "This help"}, - {"brute", CmdIndalaBrute, IfPm3Lf, "Demodulate an Indala tag (PSK1) from the GraphBuffer"}, + {"brute", CmdIndalaBrute, IfPm3Lf, "Bruteforce an Indala reader with a specified facility code"}, {"demod", CmdIndalaDemod, AlwaysAvailable, "Demodulate an Indala tag (PSK1) from the GraphBuffer"}, {"altdemod", CmdIndalaDemodAlt, AlwaysAvailable, "Alternative method to demodulate samples for Indala 64 bit UID (option '224' for 224 bit)"}, {"reader", CmdIndalaReader, IfPm3Lf, "Read an Indala tag from the antenna"}, diff --git a/doc/commands.md b/doc/commands.md index a39680a51..e157fb86a 100644 --- a/doc/commands.md +++ b/doc/commands.md @@ -1155,7 +1155,7 @@ Check column "offline" for their availability. |command |offline |description |------- |------- |----------- |`lf indala help `|Y |`This help` -|`lf indala brute `|N |`Demodulate an Indala tag (PSK1) from the GraphBuffer` +|`lf indala brute `|N |`Bruteforce an Indala reader with a specified facility code` |`lf indala demod `|Y |`Demodulate an Indala tag (PSK1) from the GraphBuffer` |`lf indala altdemod `|Y |`Alternative method to demodulate samples for Indala 64 bit UID (option '224' for 224 bit)` |`lf indala reader `|N |`Read an Indala tag from the antenna`