]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fix help typo
authormarshmellow42 <marshmellowrf@gmail.com>
Fri, 29 May 2015 02:52:41 +0000 (22:52 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Fri, 29 May 2015 02:52:41 +0000 (22:52 -0400)
client/cmdlft55xx.c

index d4b72b3279bbbaf0844f0703334c1d016d6c4176..1814d4ab84f99033140a933d5364e726962ed0e9 100644 (file)
@@ -66,8 +66,8 @@ int usage_t55xx_write(){
     PrintAndLog("     [password], OPTIONAL password 4bytes (8 hex characters)");\r
     PrintAndLog("");\r
        PrintAndLog("Examples:");\r
-    PrintAndLog("      lf t55xx wd 3 11223344           - write 11223344 to block 3");\r
-       PrintAndLog("      lf t55xx wd 3 11223344 feedbeef  - write 11223344 to block 3 password feedbeef");\r
+    PrintAndLog("      lf t55xx wr 3 11223344           - write 11223344 to block 3");\r
+       PrintAndLog("      lf t55xx wr 3 11223344 feedbeef  - write 11223344 to block 3 password feedbeef");\r
        PrintAndLog("");\r
        return 0;\r
 }\r
Impressum, Datenschutz