From 045f90ecf418e2403279c52b6c5fae5562493cb5 Mon Sep 17 00:00:00 2001 From: tcprst Date: Tue, 13 Oct 2020 11:19:18 -0400 Subject: [PATCH] fix fido2 list/info --- client/src/cmdhffido.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhffido.c b/client/src/cmdhffido.c index 009a14e9f..eac2c71c5 100644 --- a/client/src/cmdhffido.c +++ b/client/src/cmdhffido.c @@ -915,7 +915,7 @@ static int cmd_hf_fido_2get_assertion(const char *cmd) { static command_t CommandTable[] = { {"help", CmdHelp, AlwaysAvailable, "This help."}, - {"info", cmd_hf_fido_list, IfPm3Iso14443a, "List ISO 14443A history"}, + {"list", cmd_hf_fido_list, IfPm3Iso14443a, "List ISO 14443A history"}, {"info", cmd_hf_fido_info, IfPm3Iso14443a, "Info about FIDO tag."}, {"reg", cmd_hf_fido_register, IfPm3Iso14443a, "FIDO U2F Registration Message."}, {"auth", cmd_hf_fido_authenticate, IfPm3Iso14443a, "FIDO U2F Authentication Message."},