]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
CHG: removed linebreak in string.
authoriceman1001 <iceman@iuse.se>
Sun, 26 Apr 2015 16:05:45 +0000 (18:05 +0200)
committericeman1001 <iceman@iuse.se>
Sun, 26 Apr 2015 16:05:45 +0000 (18:05 +0200)
client/cmdhfmf.c

index b96c9c1a78f8e180a9b831574e377998d005787f..0cf5bd7f8bd18e33de63cfa954496580f52254a2 100644 (file)
@@ -781,8 +781,8 @@ int CmdHF14AMfChk(const char *Cmd)
                PrintAndLog("Usage:  hf mf chk <block number>|<*card memory> <key type (A/B/?)> [t|d] [<key (12 hex symbols)>] [<dic (*.dic)>]");\r
                PrintAndLog("          * - all sectors");\r
                PrintAndLog("card memory - 0 - MINI(320 bytes), 1 - 1K, 2 - 2K, 4 - 4K, <other> - 1K");\r
-               PrintAndLog("d - write keys to binary file\n");\r
-               PrintAndLog("t - write keys to emulator memory");\r
+               PrintAndLog("d - write keys to binary file");\r
+               PrintAndLog("t - write keys to emulator memory\n");\r
                PrintAndLog("      sample: hf mf chk 0 A 1234567890ab keys.dic");\r
                PrintAndLog("              hf mf chk *1 ? t");\r
                PrintAndLog("              hf mf chk *1 ? d");\r
Impressum, Datenschutz