X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/dd83c4572b8a32af50beaf1e90a92b563a4781ab..c840385effee20347ec8179a393bf109c681de9d:/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("");