From b141c142709c327f58b29fb136119657237c912f Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Sat, 19 Apr 2025 23:57:26 +0200 Subject: [PATCH] Make help strings more similar Fixes text indent and verbs. --- tests/rigctl.c | 2 +- tests/rigctlcom.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/rigctl.c b/tests/rigctl.c index 9affbab35..35d1241b3 100644 --- a/tests/rigctl.c +++ b/tests/rigctl.c @@ -957,7 +957,7 @@ void usage(void) " -h, --help display this help and exit\n" " -V, --version output version information and exit\n" " -!, --cookie use cookie control\n" - " -#, --skip-init skips rig initialization\n\n" + " -#, --skip-init skip rig initialization\n\n" ); usage_rig(stdout); diff --git a/tests/rigctlcom.c b/tests/rigctlcom.c index f81de0ce5..e7b8fbf07 100644 --- a/tests/rigctlcom.c +++ b/tests/rigctlcom.c @@ -1781,7 +1781,7 @@ void usage() " -S, --serial-speed2=BAUD set serial speed of the virtual com port [default=115200]\n" " -c, --civaddr=ID set CI-V address, decimal (for Icom rigs only)\n" " -C, --set-conf=PARM=VAL set config parameters\n" - " -B, --mapa2b maps set_freq on VFOA to VFOB -- useful for CW Skimmer\n" + " -B, --mapa2b map set_freq on VFOA to VFOB -- useful for CW Skimmer\n" " -L, --show-conf list all config parameters\n" " -l, --list list all model numbers and exit\n" " -u, --dump-caps dump capabilities and exit\n"