]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Identation fix
authorFl0-0 <root@localhost.localdomain>
Sat, 1 Jul 2017 20:35:49 +0000 (22:35 +0200)
committerFl0-0 <root@localhost.localdomain>
Sat, 1 Jul 2017 20:35:49 +0000 (22:35 +0200)
client/cmdlfem4x.c

index 585b43059fa7889c7708440a768b884ad261fd82..35df80ab79e3784c7291b264b915e3fb6397e594 100644 (file)
@@ -289,18 +289,18 @@ 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("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("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;
 }
Impressum, Datenschutz