diff --git a/client/src/cmdhfmfdes.c b/client/src/cmdhfmfdes.c index 81a5d8a16..71b224264 100644 --- a/client/src/cmdhfmfdes.c +++ b/client/src/cmdhfmfdes.c @@ -5181,7 +5181,7 @@ static int CmdHF14ADesGetKeySettings(const char *Cmd) { arg_str0("m", "cmode", "", "Communicaton mode: plain/mac/encrypt"), arg_str0("c", "ccset", "", "Communicaton command set: native/niso/iso"), arg_str0("s", "schann", "", "Secure channel: d40/ev1/ev2"), - arg_str0(NULL, "appid", "", "Application ID (HEX 3 bytes)"), + arg_str0(NULL, "aid", "", "Application ID (3 hex bytes, big endian)"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false);