From 0ce10e18dfb08bb1295103a37aa62b3edc04636e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 21 Dec 2020 12:55:36 +0100 Subject: [PATCH] textual --- client/src/cmdhf.c | 2 +- client/src/cmdlf.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhf.c b/client/src/cmdhf.c index 11d01e1a3..a5f3c1d8f 100644 --- a/client/src/cmdhf.c +++ b/client/src/cmdhf.c @@ -172,7 +172,7 @@ int CmdHFTune(const char *Cmd) { "Continuously measure HF antenna tuning.\n" "Press button or to interrupt.", "hf tune\n" - "hf tune --mixed" + "hf tune --mix" ); void *argtable[] = { diff --git a/client/src/cmdlf.c b/client/src/cmdlf.c index bd99f648e..4120959e8 100644 --- a/client/src/cmdlf.c +++ b/client/src/cmdlf.c @@ -238,7 +238,7 @@ static int CmdLFTune(const char *Cmd) { "Continuously measure LF antenna tuning.\n" "Press button or to interrupt.", "lf tune\n" - "lf tune --mixed" + "lf tune --mix" ); char q_str[60];