From 0ecefcfbf4583d11a9895d3846debd1e51957193 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 28 Nov 2020 22:18:23 +0100 Subject: [PATCH] text --- client/src/cmdhffelica.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhffelica.c b/client/src/cmdhffelica.c index 083e69b21..b051f58c0 100644 --- a/client/src/cmdhffelica.c +++ b/client/src/cmdhffelica.c @@ -49,7 +49,7 @@ static int usage_hf_felica_sim(void) { static int usage_hf_felica_sniff(void) { PrintAndLogEx(NORMAL, "\nInfo: It get data from the field and saves it into command buffer. "); - PrintAndLogEx(NORMAL, " Buffer accessible from command 'hf list felica'"); + PrintAndLogEx(NORMAL, " Buffer accessible from command 'hf felica list'"); PrintAndLogEx(NORMAL, "\nUsage: hf felica sniff [-h] [-s] [-t]"); PrintAndLogEx(NORMAL, " -h this help"); PrintAndLogEx(NORMAL, " -s samples to skip (decimal) max 9999");