From: iceman1001 Date: Sun, 26 Apr 2015 16:05:45 +0000 (+0200) Subject: CHG: removed linebreak in string. X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/fab0b3796869fa87369ec3f801c123c58ee11248?hp=984f95710584d8e983ac723f3c032f166ec96ef9 CHG: removed linebreak in string. --- diff --git a/client/cmdhfmf.c b/client/cmdhfmf.c index b96c9c1a..0cf5bd7f 100644 --- a/client/cmdhfmf.c +++ b/client/cmdhfmf.c @@ -781,8 +781,8 @@ int CmdHF14AMfChk(const char *Cmd) PrintAndLog("Usage: hf mf chk |<*card memory> [t|d] [] []"); PrintAndLog(" * - all sectors"); PrintAndLog("card memory - 0 - MINI(320 bytes), 1 - 1K, 2 - 2K, 4 - 4K, - 1K"); - PrintAndLog("d - write keys to binary file\n"); - PrintAndLog("t - write keys to emulator memory"); + PrintAndLog("d - write keys to binary file"); + PrintAndLog("t - write keys to emulator memory\n"); PrintAndLog(" sample: hf mf chk 0 A 1234567890ab keys.dic"); PrintAndLog(" hf mf chk *1 ? t"); PrintAndLog(" hf mf chk *1 ? d");