This commit is contained in:
iceman1001 2021-04-15 10:42:47 +02:00
parent d20a5f49dd
commit d5aee1bd00
2 changed files with 3 additions and 4 deletions

View file

@ -1303,10 +1303,10 @@ static int CmdHF15WriteAfi(const char *Cmd) {
// Writes the DSFID (Data Storage Format Identifier) of a card
static int CmdHF15WriteDsfid(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf 15 writedsfi",
CLIParserInit(&ctx, "hf 15 writedsfid",
"Write DSFID on card",
"hf 15 writedsfi -* --dsfid 12\n"
"hf 15 writedsfi -u E011223344556677 --dsfid 12"
"hf 15 writedsfid -* --dsfid 12\n"
"hf 15 writedsfid -u E011223344556677 --dsfid 12"
);
void *argtable[6+2] = {};

View file

@ -5,4 +5,3 @@ hf 15 rdbl
hf 15 readmulti
hf 15 restore
hf 15 wrbl
hf 15 writedsfid