diff --git a/client/src/cmdlfhitag.c b/client/src/cmdlfhitag.c index f073f5398..8d27d1362 100644 --- a/client/src/cmdlfhitag.c +++ b/client/src/cmdlfhitag.c @@ -2466,7 +2466,7 @@ static command_t CommandTable[] = { {"list", CmdLFHitagList, AlwaysAvailable, "List Hitag trace history"}, {"-----------", CmdHelp, IfPm3Hitag, "------------------------ " _CYAN_("General") " ------------------------"}, {"info", CmdLFHitagInfo, IfPm3Hitag, "Hitag 2 tag information"}, - {"reader", CmdLFHitagReader, IfPm3Hitag, "Act line an Hitag 2 reader"}, + {"reader", CmdLFHitagReader, IfPm3Hitag, "Act like a Hitag 2 reader"}, {"test", CmdLFHitag2Selftest, AlwaysAvailable, "Perform self tests"}, {"-----------", CmdHelp, IfPm3Hitag, "----------------------- " _CYAN_("Operations") " -----------------------"}, // {"demod", CmdLFHitag2PWMDemod, IfPm3Hitag, "PWM Hitag 2 reader message demodulation"}, diff --git a/doc/commands.md b/doc/commands.md index 5c08fed0a..bab730a4a 100644 --- a/doc/commands.md +++ b/doc/commands.md @@ -1050,7 +1050,7 @@ Check column "offline" for their availability. |`lf hitag help `|Y |`This help` |`lf hitag list `|Y |`List Hitag trace history` |`lf hitag info `|N |`Hitag 2 tag information` -|`lf hitag reader `|N |`Act line an Hitag 2 reader` +|`lf hitag reader `|N |`Act like a Hitag 2 reader` |`lf hitag test `|Y |`Perform self tests` |`lf hitag dump `|N |`Dump Hitag 2 tag` |`lf hitag read `|N |`Read Hitag memory`