From: Fl0-0 Date: Mon, 3 Jul 2017 06:56:36 +0000 (+0200) Subject: missing a c in the helptext sample X-Git-Tag: v3.1.0~195^2~1 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/e8e2cfd0f19db2c75701dfc2c4e094ef03fe88c1 missing a c in the helptext sample --- diff --git a/client/cmdlfem4x.c b/client/cmdlfem4x.c index d3e2f2b9..b00f66a9 100644 --- a/client/cmdlfem4x.c +++ b/client/cmdlfem4x.c @@ -301,7 +301,7 @@ int usage_lf_em410x_brute(void) { PrintAndLog(" lf em 410xbrute ids.txt"); PrintAndLog(" lf em 410xbrute ids.txt c 32"); PrintAndLog(" lf em 410xbrute ids.txt d 3000"); - PrintAndLog(" lf em 410xbrute ids.txt d 3000 32"); + PrintAndLog(" lf em 410xbrute ids.txt d 3000 c 32"); return 0; }