Merge pull request #1478 from mindseyex2/master

Update cmdhfmfu.c
This commit is contained in:
Iceman 2021-08-22 08:05:13 +02:00 committed by GitHub
commit 30c9572a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2576,8 +2576,8 @@ static int CmdHF14AMfUSim(const char *Cmd) {
"ISO/IEC 14443 type A tag with 4,7 or 10 byte UID\n" "ISO/IEC 14443 type A tag with 4,7 or 10 byte UID\n"
"from emulator memory. See `hf mfu eload` first. \n" "from emulator memory. See `hf mfu eload` first. \n"
"See `hf 14a sim -h` to see available types. You want 2 or 7 usually.", "See `hf 14a sim -h` to see available types. You want 2 or 7 usually.",
"hf mfu sim -t 2 --uid 1122344556677 -> MIFARE Ultralight\n" "hf mfu sim -t 2 --uid 11223344556677 -> MIFARE Ultralight\n"
"hf mfu sim -t 7 --uid 1122344556677 -n 5 -> AMIIBO (NTAG 215), pack 0x8080" "hf mfu sim -t 7 --uid 11223344556677 -n 5 -> AMIIBO (NTAG 215), pack 0x8080"
); );
void *argtable[] = { void *argtable[] = {