[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 071416d0d40c42f294064
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: n0nb <n0...@us...> - 2025-04-20 02:36:05
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hamlib -- Ham radio control libraries".
The branch, master has been updated
via 071416d0d40c42f294064ccd7a3682bdd5a82cbc (commit)
via b141c142709c327f58b29fb136119657237c912f (commit)
from 1ee8fc9bd18aee629539bb911e7beabe5569756c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 071416d0d40c42f294064ccd7a3682bdd5a82cbc
Merge: 1ee8fc9bd b141c1427
Author: Nate Bargmann <n0...@n0...>
Date: Sat Apr 19 21:35:06 2025 -0500
Merge pull request #1699 from dforsi/fix/help-strings
Make help strings more similar
commit b141c142709c327f58b29fb136119657237c912f
Author: Daniele Forsi IU5HKX <iu...@gm...>
Date: Sat Apr 19 23:57:26 2025 +0200
Make help strings more similar
Fixes text indent and verbs.
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"
-----------------------------------------------------------------------
Summary of changes:
tests/rigctl.c | 2 +-
tests/rigctlcom.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Hamlib -- Ham radio control libraries
|