X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d6b455ed4eee2730091ed0a636ed753138adec0b..fff58476af2e83ff89dbbc6c9804bfea116c88dd:/client/cmdlf.c diff --git a/client/cmdlf.c b/client/cmdlf.c index 6dae5164..4c682a76 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -389,7 +389,7 @@ int usage_lf_config() PrintAndLog(" b Sets resolution of bits per sample. Default (max): 8"); PrintAndLog(" d Sets decimation. A value of N saves only 1 in N samples. Default: 1"); PrintAndLog(" a [0|1] Averaging - if set, will average the stored sample value when decimating. Default: 1"); - PrintAndLog(" t Sets trigger threshold. 0 means no threshold"); + PrintAndLog(" t Sets trigger threshold. 0 means no threshold (range: 0-128)"); PrintAndLog("Examples:"); PrintAndLog(" lf config b 8 L"); PrintAndLog(" Samples at 125KHz, 8bps.");