Fix help description for lf indala brute

This commit is contained in:
Michael Wiesinger
2025-11-07 21:02:14 +01:00
committed by GitHub
parent 02dacdb22a
commit 737a6dc3d7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"},
+1 -1
View File
@@ -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`