X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/87c10b2a0f49b1542258b5a4ed6f83a125c5da8f..08439eea22b432f633759cb1e160020a79af60cb:/client/cmdlffdx.c?ds=sidebyside diff --git a/client/cmdlffdx.c b/client/cmdlffdx.c index 58c2cb7c..bc67ade5 100644 --- a/client/cmdlffdx.c +++ b/client/cmdlffdx.c @@ -335,8 +335,8 @@ static command_t CommandTable[] = { {"help", CmdHelp, 1, "This help"}, {"demod", CmdFdxDemod,1, "Attempt extract tag data from graphbuf"}, {"read", CmdFdxRead, 0, "Attempt to read and extract tag data"}, - {"clone", CmdFdxClone,0, "clone animal ID tag"}, - {"sim", CmdFdxSim, 0, "simulate animal ID tag"}, + {"clone", CmdFdxClone,0, "Clone animal ID tag to T55x7"}, + {"sim", CmdFdxSim, 0, "Animal ID tag simulator"}, {NULL, NULL, 0, NULL} };