mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Minor dox
This commit is contained in:
parent
4c3de57ad2
commit
337818f7ab
1 changed files with 10 additions and 10 deletions
|
@ -266,7 +266,7 @@ int CmdHFList(const char *Cmd)
|
||||||
if (errors) {
|
if (errors) {
|
||||||
PrintAndLog("List protocol data in trace buffer.");
|
PrintAndLog("List protocol data in trace buffer.");
|
||||||
PrintAndLog("Usage: hf list [14a|iclass] [f]");
|
PrintAndLog("Usage: hf list [14a|iclass] [f]");
|
||||||
PrintAndLog(" - interpret data as iso14443a communications");
|
PrintAndLog(" 14a - interpret data as iso14443a communications");
|
||||||
PrintAndLog(" iclass - interpret data as iclass communications");
|
PrintAndLog(" iclass - interpret data as iclass communications");
|
||||||
PrintAndLog(" f - show frame delay times as well");
|
PrintAndLog(" f - show frame delay times as well");
|
||||||
PrintAndLog("");
|
PrintAndLog("");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue