This commit is contained in:
iceman1001 2023-01-29 18:32:15 +01:00
parent b24d7736c5
commit 568e35ca84
4 changed files with 25 additions and 21 deletions

View file

@ -2769,9 +2769,9 @@ static int CmdHF15EASPassProtect(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 15 passprotecteas",
"This command enables the password protect of EAS.\n"
"*** OBS! This action can not be undone! ***",
"hf 15 passprotecteas -p 00000000 --force");
"This command enables the password protect of EAS.\n"
"*** OBS! This action can not be undone! ***",
"hf 15 passprotecteas -p 00000000 --force");
void *argtable[] = {
arg_param_begin,