From: iceman1001 Date: Wed, 12 Aug 2015 19:39:29 +0000 (+0200) Subject: MINOR CHG: help text change for the "lf t55xx config" command. change NZ into NRZ X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/05beaa8dd8fbd3d460616176cf5d222fa4929583 MINOR CHG: help text change for the "lf t55xx config" command. change NZ into NRZ --- diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index 3f865b1d..605559ac 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -37,7 +37,7 @@ int usage_t55xx_config(){ PrintAndLog("Options: "); PrintAndLog(" h This help"); PrintAndLog(" b <8|16|32|40|50|64|100|128> Set bitrate"); - PrintAndLog(" d Set demodulation FSK / ASK / PSK / NZ / Biphase / Biphase A"); + PrintAndLog(" d Set demodulation FSK / ASK / PSK / NZ / Biphase / Biphase A"); PrintAndLog(" i [1] Invert data signal, defaults to normal"); PrintAndLog(" o [offset] Set offset, where data should start decode in bitstream"); PrintAndLog("");