From 131c44883c8ecc92910c09cff450b43b8c6b986c Mon Sep 17 00:00:00 2001 From: Fl0-0 Date: Fri, 19 Apr 2019 13:14:41 +0200 Subject: [PATCH] Fix typo lf config usage --- client/cmdlf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2