From 5b37e87a24f01af65c2d414a9393e8846a4beafe Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Thu, 28 May 2015 22:52:41 -0400 Subject: [PATCH] fix help typo --- client/cmdlft55xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2