X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f5538c1c4ec3fc35e52cc7436029322cc3bb8639..514ddaa2ff936ded76554a2ad97f6fe978c6f86e:/client/cmdlfjablotron.c diff --git a/client/cmdlfjablotron.c b/client/cmdlfjablotron.c index 3c5edd39..bbe39a52 100644 --- a/client/cmdlfjablotron.c +++ b/client/cmdlfjablotron.c @@ -18,7 +18,7 @@ int usage_lf_jablotron_clone(void){ PrintAndLog(" : jablotron card ID"); PrintAndLog(" : specify write to Q5 (t5555 instead of t55x7)"); PrintAndLog(""); - PrintAndLog("Sample: lf jablotron clone d 112233"); + PrintAndLog("Sample: lf jablotron clone 112233"); return 0; } @@ -31,7 +31,7 @@ int usage_lf_jablotron_sim(void) { PrintAndLog(" h : This help"); PrintAndLog(" : jablotron card ID"); PrintAndLog(""); - PrintAndLog("Sample: lf jablotron sim d 112233"); + PrintAndLog("Sample: lf jablotron sim 112233"); return 0; }