From 7f9bbde38361904acc47a4671258b5db70e3e1bc Mon Sep 17 00:00:00 2001 From: Michael Black Date: Mon, 16 Mar 2020 14:23:40 -0500 Subject: [PATCH] Improve vfo switch message a bit --- tests/rigctld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rigctld.c b/tests/rigctld.c index be2a795da..9fda64acb 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -522,7 +522,7 @@ int main(int argc, char *argv[]) if (!vfo_mode) { - printf("Recommend using --vfo switch for rigctld\n"); + printf("Recommend using --vfo switch for rigctld if clients supports it\n"); printf("rigctl and netrigctl will automatically detect vfo mode\n"); }