mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
gview: fix parsing and desc
This commit is contained in:
parent
23b4a47e94
commit
f81b772577
1 changed files with 2 additions and 2 deletions
|
@ -6137,7 +6137,7 @@ static int CmdHF14AGen4View(const char *Cmd) {
|
||||||
|
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "hf mf gview",
|
CLIParserInit(&ctx, "hf mf gview",
|
||||||
"View `magic gen3 gtu` card memory",
|
"View `magic gen4 gtu` card memory",
|
||||||
"hf mf gview\n"
|
"hf mf gview\n"
|
||||||
"hf mf gview --4k"
|
"hf mf gview --4k"
|
||||||
);
|
);
|
||||||
|
@ -6147,7 +6147,7 @@ static int CmdHF14AGen4View(const char *Cmd) {
|
||||||
arg_lit0(NULL, "1k", "MIFARE Classic 1k / S50 (def)"),
|
arg_lit0(NULL, "1k", "MIFARE Classic 1k / S50 (def)"),
|
||||||
arg_lit0(NULL, "2k", "MIFARE Classic/Plus 2k"),
|
arg_lit0(NULL, "2k", "MIFARE Classic/Plus 2k"),
|
||||||
arg_lit0(NULL, "4k", "MIFARE Classic 4k / S70"),
|
arg_lit0(NULL, "4k", "MIFARE Classic 4k / S70"),
|
||||||
arg_strx0("p", "pwd", "<hex>", "password 4bytes"),
|
arg_str0("p", "pwd", "<hex>", "password 4bytes"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
CLIExecWithReturn(ctx, Cmd, argtable, true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue