This commit is contained in:
iceman1001 2020-12-21 12:55:36 +01:00
parent 4ac50615a9
commit 0ce10e18df
2 changed files with 2 additions and 2 deletions

View file

@ -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[] = {

View file

@ -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];