]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #817 from Fl0-0/Fix_typo_cmdlf
authormarshmellow42 <marshmellow42@users.noreply.github.com>
Fri, 19 Apr 2019 11:31:54 +0000 (07:31 -0400)
committerGitHub <noreply@github.com>
Fri, 19 Apr 2019 11:31:54 +0000 (07:31 -0400)
Fix typo lf config usage

client/cmdlf.c

index c09a299ce1f32e9cb11fec9c57a30d14ca115ee2..12d306630fc7e2d3bdab6aa0c1f54bfd481fc3c6 100644 (file)
@@ -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 <divisor>   Manually set divisor. 88-> 134KHz, 95-> 125 Hz");
+       PrintAndLog("       q <divisor>   Manually set divisor. 88-> 134 KHz, 95-> 125 KHz");
        PrintAndLog("       b <bps>       Sets resolution of bits per sample. Default (max): 8");
        PrintAndLog("       d <decim>     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");
Impressum, Datenschutz