X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/dd0a4fe4775f50c4eb506d3166d73ba8a98febea..137f207a8d18365eac183588910c5abdc693f76b:/client/cmdhw.c diff --git a/client/cmdhw.c b/client/cmdhw.c index e7bdb6cb..4dae7a32 100644 --- a/client/cmdhw.c +++ b/client/cmdhw.c @@ -255,13 +255,13 @@ int CmdVersion(const char *Cmd) if (resp.arg[0] == 0 && resp.arg[1] == 0) { // no cached information available SendCommand(&c); if (WaitForResponseTimeout(CMD_ACK, &resp, 1000)) { - PrintAndLog("Prox/RFID mark3 RFID instrument"); + PrintAndLog("Proxmark3 RFID instrument"); PrintAndLog((char*)resp.d.asBytes); lookupChipID(resp.arg[0], resp.arg[1]); } } else { PrintAndLog("[[[ Cached information ]]]\n"); - PrintAndLog("Prox/RFID mark3 RFID instrument"); + PrintAndLog("Proxmark3 RFID instrument"); PrintAndLog((char*)resp.d.asBytes); lookupChipID(resp.arg[0], resp.arg[1]); PrintAndLog("");