text
This commit is contained in:
@@ -1303,10 +1303,10 @@ static int CmdHF15WriteAfi(const char *Cmd) {
|
|||||||
// Writes the DSFID (Data Storage Format Identifier) of a card
|
// Writes the DSFID (Data Storage Format Identifier) of a card
|
||||||
static int CmdHF15WriteDsfid(const char *Cmd) {
|
static int CmdHF15WriteDsfid(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf 15 writedsfi",
|
CLIParserInit(&ctx, "hf 15 writedsfid",
|
||||||
"Write DSFID on card",
|
"Write DSFID on card",
|
||||||
"hf 15 writedsfi -* --dsfid 12\n"
|
"hf 15 writedsfid -* --dsfid 12\n"
|
||||||
"hf 15 writedsfi -u E011223344556677 --dsfid 12"
|
"hf 15 writedsfid -u E011223344556677 --dsfid 12"
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[6+2] = {};
|
void *argtable[6+2] = {};
|
||||||
|
|||||||
@@ -5,4 +5,3 @@ hf 15 rdbl
|
|||||||
hf 15 readmulti
|
hf 15 readmulti
|
||||||
hf 15 restore
|
hf 15 restore
|
||||||
hf 15 wrbl
|
hf 15 wrbl
|
||||||
hf 15 writedsfid
|
|
||||||
|
|||||||
Reference in New Issue
Block a user