From: marshmellow42 Date: Fri, 29 May 2015 02:52:41 +0000 (-0400) Subject: fix help typo X-Git-Tag: v2.1.0~8^2~2 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/5b37e87a24f01af65c2d414a9393e8846a4beafe fix help typo --- diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index d4b72b32..1814d4ab 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -66,8 +66,8 @@ int usage_t55xx_write(){ PrintAndLog(" [password], OPTIONAL password 4bytes (8 hex characters)"); PrintAndLog(""); PrintAndLog("Examples:"); - PrintAndLog(" lf t55xx wd 3 11223344 - write 11223344 to block 3"); - PrintAndLog(" lf t55xx wd 3 11223344 feedbeef - write 11223344 to block 3 password feedbeef"); + PrintAndLog(" lf t55xx wr 3 11223344 - write 11223344 to block 3"); + PrintAndLog(" lf t55xx wr 3 11223344 feedbeef - write 11223344 to block 3 password feedbeef"); PrintAndLog(""); return 0; }