mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
thinfilm usage typo
This commit is contained in:
parent
759ba4056e
commit
3fb442798d
1 changed files with 2 additions and 2 deletions
|
@ -12,12 +12,12 @@
|
||||||
static int CmdHelp(const char *Cmd);
|
static int CmdHelp(const char *Cmd);
|
||||||
|
|
||||||
static int usage_thinfilm_info(void) {
|
static int usage_thinfilm_info(void) {
|
||||||
PrintAndLogEx(NORMAL, "Usage: hf thin info [h]");
|
PrintAndLogEx(NORMAL, "Usage: hf thinfilm info [h]");
|
||||||
PrintAndLogEx(NORMAL, "Options:");
|
PrintAndLogEx(NORMAL, "Options:");
|
||||||
PrintAndLogEx(NORMAL, " h this help");
|
PrintAndLogEx(NORMAL, " h this help");
|
||||||
PrintAndLogEx(NORMAL, "");
|
PrintAndLogEx(NORMAL, "");
|
||||||
PrintAndLogEx(NORMAL, "Examples:");
|
PrintAndLogEx(NORMAL, "Examples:");
|
||||||
PrintAndLogEx(NORMAL, " hf thin info");
|
PrintAndLogEx(NORMAL, " hf thinfilm info");
|
||||||
return PM3_SUCCESS;
|
return PM3_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue