From: iceman1001 Date: Tue, 17 Jan 2017 21:59:14 +0000 (+0100) Subject: CHG: 'hw version' - change to "Proxmark3" X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/243f899b92dd075ed32fc9a42e30f9cdb912967e?hp=f56b1fae2d2c3bb9ecbdf018f1a3512df4031459 CHG: 'hw version' - change to "Proxmark3" --- 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("");