Merge pull request #2238 from netvader/master

typo
This commit is contained in:
Iceman 2024-01-07 14:55:02 +01:00 committed by GitHub
commit f40cf7af96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2527,7 +2527,7 @@ static int CmdHF15SlixDisable(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 15 slixprivacydisable",
"Disable privacy mode on SLIX ISO-15693 tag",
"hf 15 slixdisable -p 0F0F0F0F");
"hf 15 slixprivacydisable -p 0F0F0F0F");
void *argtable[] = {
arg_param_begin,
@ -2577,7 +2577,7 @@ static int CmdHF15SlixEnable(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 15 slixprivacyenable",
"Enable privacy mode on SLIX ISO-15693 tag",
"hf 15 slixenable -p 0F0F0F0F");
"hf 15 slixprivacyenable -p 0F0F0F0F");
void *argtable[] = {
arg_param_begin,