mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added newline in help text
This commit is contained in:
parent
332b145bfa
commit
b708ca143d
1 changed files with 1 additions and 1 deletions
|
@ -1149,7 +1149,7 @@ int CmdEM4x50Sim(const char *Cmd) {
|
||||||
CLIParserInit(&ctx, "lf em 4x50 sim",
|
CLIParserInit(&ctx, "lf em 4x50 sim",
|
||||||
"Simulates a EM4x50 tag\n"
|
"Simulates a EM4x50 tag\n"
|
||||||
"First upload to device using `lf em 4x50 eload`",
|
"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"
|
"lf em 4x50 sim -p 27182818 -> uses password for eload data"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue