diff --git a/client/cmdhficlass.c b/client/cmdhficlass.c index bed919cc9..1580f40f6 100644 --- a/client/cmdhficlass.c +++ b/client/cmdhficlass.c @@ -78,7 +78,7 @@ static int usage_hf_iclass_decrypt(void) { PrintAndLogEx(NORMAL, ""); PrintAndLogEx(NORMAL, "Usage: hf iclass decrypt d f k "); PrintAndLogEx(NORMAL, " options"); - PrintAndLogEx(NORMAL, " d 16 bytes hex") + PrintAndLogEx(NORMAL, " d 16 bytes hex"); PrintAndLogEx(NORMAL, " f filename of dump"); PrintAndLogEx(NORMAL, " k 16 bytes hex"); PrintAndLogEx(NORMAL, "");