mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
EM: typos
This commit is contained in:
parent
874c673604
commit
9003b96312
1 changed files with 3 additions and 3 deletions
|
@ -423,14 +423,14 @@ int CmdEM4x05Dump(const char *Cmd) {
|
||||||
CLIParserInit(&ctx, "lf em dump",
|
CLIParserInit(&ctx, "lf em dump",
|
||||||
"Dump EM4x05/EM4x69. Tag must be on antenna.",
|
"Dump EM4x05/EM4x69. Tag must be on antenna.",
|
||||||
"lf em dump\n"
|
"lf em dump\n"
|
||||||
"lf em dump -p 11223344\n"
|
"lf em dump -p 0x11223344\n"
|
||||||
"lf em dump -f myfile -p 11223344"
|
"lf em dump -f myfile -p 0x11223344"
|
||||||
);
|
);
|
||||||
|
|
||||||
void *argtable[] = {
|
void *argtable[] = {
|
||||||
arg_param_begin,
|
arg_param_begin,
|
||||||
arg_u64_0("p", "pwd", "<hex>", "password (0x00000000)"),
|
arg_u64_0("p", "pwd", "<hex>", "password (0x00000000)"),
|
||||||
arg_str0("f", "file", "<filename>", "overide filename prefix (optional). Default is based on UID"),
|
arg_str0("f", "file", "<filename>", "override filename prefix (optional). Default is based on UID"),
|
||||||
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