From: Iceman Date: Fri, 27 May 2016 02:10:36 +0000 (+0200) Subject: Merge pull request #8 from zhovner/master X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/2605eca35af13ad8246454530d602c7c5a72bf10?hp=26922aefd79a1377f91f3ff9e3143d006ce0dc9e Merge pull request #8 from zhovner/master Typo in hf 14a sim help --- diff --git a/client/cmdhf14a.c b/client/cmdhf14a.c index 6665c3e8..b5a90b38 100644 --- a/client/cmdhf14a.c +++ b/client/cmdhf14a.c @@ -142,9 +142,9 @@ int usage_hf_14a_sim(void) { // PrintAndLog(" u : 4, 7 or 10 byte UID"); PrintAndLog(" u : 4, 7 byte UID"); PrintAndLog(" x : (Optional) performs the 'reader attack', nr/ar attack against a legitimate reader"); - PrintAndLog("\n sample : hf 14a sim t 1 u 1122344 x"); - PrintAndLog(" : hf 14a sim t 1 u 1122344"); - PrintAndLog(" : hf 14a sim t 1 u 1122344556677"); + PrintAndLog("\n sample : hf 14a sim t 1 u 11223344 x"); + PrintAndLog(" : hf 14a sim t 1 u 11223344"); + PrintAndLog(" : hf 14a sim t 1 u 11223344556677"); // PrintAndLog(" : hf 14a sim t 1 u 11223445566778899AA\n"); return 0; }