mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-03 19:43:09 +08:00
textual
This commit is contained in:
parent
4ac50615a9
commit
0ce10e18df
2 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ int CmdHFTune(const char *Cmd) {
|
|||
"Continuously measure HF antenna tuning.\n"
|
||||
"Press button or <Enter> to interrupt.",
|
||||
"hf tune\n"
|
||||
"hf tune --mixed"
|
||||
"hf tune --mix"
|
||||
);
|
||||
|
||||
void *argtable[] = {
|
||||
|
|
|
@ -238,7 +238,7 @@ static int CmdLFTune(const char *Cmd) {
|
|||
"Continuously measure LF antenna tuning.\n"
|
||||
"Press button or <Enter> to interrupt.",
|
||||
"lf tune\n"
|
||||
"lf tune --mixed"
|
||||
"lf tune --mix"
|
||||
);
|
||||
|
||||
char q_str[60];
|
||||
|
|
Loading…
Reference in a new issue