X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/c2ab5e8c4e1e5ac3bf28199711fcb8dc34bb42a9..59fc313d9907729397aa27d3b8f90455aa53d81e:/client/cmdhflegic.c 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"},