mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
help text
This commit is contained in:
parent
62cdba0568
commit
026ac759a5
1 changed files with 2 additions and 1 deletions
|
@ -30,9 +30,10 @@ int usage_analyse_checksum(void) {
|
|||
PrintAndLog("The bytes will be added with eachother and than limited with the applied mask");
|
||||
PrintAndLog("Finally compute ones' complement of the least significant bytes");
|
||||
PrintAndLog("");
|
||||
PrintAndLog("Usage: analyse chksum [h] b <bytes> m <mask>");
|
||||
PrintAndLog("Usage: analyse chksum [h] [v] b <bytes> m <mask>");
|
||||
PrintAndLog("Options:");
|
||||
PrintAndLog(" h This help");
|
||||
PrintAndLog(" v supress header");
|
||||
PrintAndLog(" b <bytes> bytes to calc missing XOR in a LCR");
|
||||
PrintAndLog(" m <mask> bit mask to limit the outpuyt");
|
||||
PrintAndLog("");
|
||||
|
|
Loading…
Add table
Reference in a new issue