mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Align the usage message
This commit is contained in:
parent
3aaa9c45ba
commit
956a725adb
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ int usage_t55xx_dump(){
|
||||||
PrintAndLog("Options:");
|
PrintAndLog("Options:");
|
||||||
PrintAndLog(" <password> - OPTIONAL password 4bytes (8 hex symbols)");
|
PrintAndLog(" <password> - OPTIONAL password 4bytes (8 hex symbols)");
|
||||||
PrintAndLog(" o - OPTIONAL override, force pwd read despite danger to card");
|
PrintAndLog(" o - OPTIONAL override, force pwd read despite danger to card");
|
||||||
PrintAndLog(" r <mode> - OPTIONAL downlink encoding '0' fixed bit length (default), '1' long leading reference");
|
PrintAndLog(" r <mode> - OPTIONAL downlink encoding '0' fixed bit length (default), '1' long leading reference");
|
||||||
PrintAndLog(" '2' leading zero, '3' 1 of 4 coding reference");
|
PrintAndLog(" '2' leading zero, '3' 1 of 4 coding reference");
|
||||||
PrintAndLog("");
|
PrintAndLog("");
|
||||||
PrintAndLog("Examples:");
|
PrintAndLog("Examples:");
|
||||||
PrintAndLog(" lf t55xx dump");
|
PrintAndLog(" lf t55xx dump");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue