mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07:00
emrtd: Note that MRZ option is for passports (TD3) only
This commit is contained in:
parent
fab5092c03
commit
4962cb84ec
1 changed files with 1 additions and 1 deletions
|
@ -1831,7 +1831,7 @@ static int cmd_hf_emrtd_info(const char *Cmd) {
|
||||||
arg_str0("n", "documentnumber", "<alphanum>", "document number, up to 9 chars"),
|
arg_str0("n", "documentnumber", "<alphanum>", "document number, up to 9 chars"),
|
||||||
arg_str0("d", "dateofbirth", "<YYMMDD>", "date of birth in YYMMDD format"),
|
arg_str0("d", "dateofbirth", "<YYMMDD>", "date of birth in YYMMDD format"),
|
||||||
arg_str0("e", "expiry", "<YYMMDD>", "expiry in YYMMDD format"),
|
arg_str0("e", "expiry", "<YYMMDD>", "expiry in YYMMDD format"),
|
||||||
arg_str0("m", "mrz", "<[0-9A-Z<]>", "2nd line of MRZ, 44 chars"),
|
arg_str0("m", "mrz", "<[0-9A-Z<]>", "2nd line of MRZ, 44 chars (passports only)"),
|
||||||
arg_str0(NULL, "path", "<dirpath>", "display info from offline dump stored in dirpath"),
|
arg_str0(NULL, "path", "<dirpath>", "display info from offline dump stored in dirpath"),
|
||||||
arg_param_end
|
arg_param_end
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue