diff --git a/client/cmdhffido.c b/client/cmdhffido.c index 0cf95d37..cea3d41a 100644 --- a/client/cmdhffido.c +++ b/client/cmdhffido.c @@ -270,7 +270,7 @@ int CmdHFFidoAuthenticate(const char *cmd) { arg_lit0("vV", "verbose", "show technical data"), arg_lit0("pP", "plain", "send plain ASCII to challenge and application parameters instead of HEX"), arg_rem("default mode:", "dont-enforce-user-presence-and-sign"), - arg_lit0("pP", "presence", "mode: enforce-user-presence-and-sign"), + arg_lit0("uU", "user", "mode: enforce-user-presence-and-sign"), arg_lit0("cC", "check", "mode: check-only"), arg_str1(NULL, NULL, "", NULL), arg_str0(NULL, NULL, "", NULL),