From 59fc313d9907729397aa27d3b8f90455aa53d81e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 7 Oct 2016 20:49:26 +0200 Subject: [PATCH] CHG: help text --- client/cmdhflegic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdhflegic.c b/client/cmdhflegic.c index 88994243..1b323796 100644 --- a/client/cmdhflegic.c +++ b/client/cmdhflegic.c @@ -1158,7 +1158,7 @@ static command_t CommandTable[] = { {"save", CmdLegicSave, 0, " [] -- Store samples"}, {"load", CmdLegicLoad, 0, " -- Restore samples"}, {"sim", CmdLegicRfSim, 0, "[phase drift [frame drift [req/resp drift]]] Start tag simulator (use after load or read)"}, - {"write", CmdLegicRfWrite, 0, " -- Write sample buffer (user after load or read)"}, + {"write", CmdLegicRfWrite, 0, "Write data to tag"}, {"crc", CmdLegicCalcCrc, 1, "Calculate Legic CRC over given hexbytes"}, {"eload", CmdLegicELoad, 1, "Load binary dump to emulator memory"}, {"esave", CmdLegicESave, 1, "Save emulator memory to binary file"}, -- 2.39.2