mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-10 10:11:58 +08:00
Merge pull request #1267 from tharexde/4x50_fix
missing newline in 4x50 sim help text
This commit is contained in:
commit
345ce0c3af
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ int CmdEM4x50Sim(const char *Cmd) {
|
|||
CLIParserInit(&ctx, "lf em 4x50 sim",
|
||||
"Simulates a EM4x50 tag\n"
|
||||
"First upload to device using `lf em 4x50 eload`",
|
||||
"lf em 4x50 sim"
|
||||
"lf em 4x50 sim\n"
|
||||
"lf em 4x50 sim -p 27182818 -> uses password for eload data"
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue