From: marshmellow42 Date: Fri, 19 Apr 2019 11:31:54 +0000 (-0400) Subject: Merge pull request #817 from Fl0-0/Fix_typo_cmdlf X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/905d2975dc57c0bdcddde70cff0d58d57801a579?hp=a8561e356bd39b45e7ba4ae66e9ed6233b66a356 Merge pull request #817 from Fl0-0/Fix_typo_cmdlf 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");