From: Fl0-0 Date: Fri, 19 Apr 2019 11:14:41 +0000 (+0200) Subject: Fix typo lf config usage X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/131c44883c8ecc92910c09cff450b43b8c6b986c Fix typo lf config usage --- diff --git a/client/cmdlf.c b/client/cmdlf.c index c09a299c..12d30663 100644 --- a/client/cmdlf.c +++ b/client/cmdlf.c @@ -227,7 +227,7 @@ int usage_lf_config(void) PrintAndLog(" h This help"); PrintAndLog(" L Low frequency (125 KHz)"); PrintAndLog(" H High frequency (134 KHz)"); - PrintAndLog(" q Manually set divisor. 88-> 134KHz, 95-> 125 Hz"); + PrintAndLog(" q Manually set divisor. 88-> 134 KHz, 95-> 125 KHz"); 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");