From c109ac9f65958266629e948726d661515b118465 Mon Sep 17 00:00:00 2001 From: Fl0-0 Date: Sat, 1 Jul 2017 22:36:49 +0200 Subject: [PATCH] Identation fix --- client/cmdlfem4x.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/client/cmdlfem4x.c b/client/cmdlfem4x.c index 35df80ab..d3e2f2b9 100644 --- a/client/cmdlfem4x.c +++ b/client/cmdlfem4x.c @@ -289,19 +289,19 @@ int CmdEM410xSim(const char *Cmd) } int usage_lf_em410x_brute(void) { - PrintAndLog("Bruteforcing by emulating EM410x tag"); - PrintAndLog(""); - PrintAndLog("Usage: lf em 410xbrute [h] ids.txt [d 2000] [clock]"); - PrintAndLog("Options:"); - PrintAndLog(" h - this help"); - PrintAndLog(" ids.txt - file with UIDs in HEX format, one per line"); - PrintAndLog(" d (2000) - pause delay in milliseconds between UIDs simulation, default 1000 ms (optional)"); - PrintAndLog(" c (32) - clock (32|64), default 64 (optional)"); - PrintAndLog("samples:"); - 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("Bruteforcing by emulating EM410x tag"); + PrintAndLog(""); + PrintAndLog("Usage: lf em 410xbrute [h] ids.txt [d 2000] [clock]"); + PrintAndLog("Options:"); + PrintAndLog(" h - this help"); + PrintAndLog(" ids.txt - file with UIDs in HEX format, one per line"); + PrintAndLog(" d (2000) - pause delay in milliseconds between UIDs simulation, default 1000 ms (optional)"); + PrintAndLog(" c (32) - clock (32|64), default 64 (optional)"); + PrintAndLog("samples:"); + 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"); return 0; } -- 2.39.2