From 906193981f0d034d7728f542d421b52085f04688 Mon Sep 17 00:00:00 2001 From: David Lam Date: Wed, 9 Oct 2019 12:48:45 -0400 Subject: [PATCH] textual changes --- client/cmdlft55xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index b96dd4cb8..c823e6a06 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -335,7 +335,7 @@ static int usage_t55xx_deviceconfig() { return PM3_SUCCESS; } static int usage_t55xx_protect() { - PrintAndLogEx(NORMAL, "This command set the pwd bit on T5577. "); + PrintAndLogEx(NORMAL, "This command sets the pwd bit on T5577."); PrintAndLogEx(NORMAL, _RED_("WARNING:") " this locks the tag!"); PrintAndLogEx(NORMAL, "Usage: lf t55xx protect [r ] [p ] [o] [n ]"); PrintAndLogEx(NORMAL, "Options:");