[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. fdf1f7f6f01ef4f265fcd
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2021-05-17 05:06:17
|
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 fdf1f7f6f01ef4f265fcd7a33859e0a976756389 (commit) from 561b8d0785161eaf2f9bc70b1f86089e0cae2505 (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 fdf1f7f6f01ef4f265fcd7a33859e0a976756389 Author: Mike Black W9MDB <mdb...@ya...> Date: Mon May 17 00:05:16 2021 -0500 Fix newline in help in rigctld.c diff --git a/tests/rigctld.c b/tests/rigctld.c index 4dd07053..31ec01f6 100644 --- a/tests/rigctld.c +++ b/tests/rigctld.c @@ -1219,7 +1219,7 @@ void usage(void) " -o, --vfo do not default to VFO_CURR, require extra vfo arg\n" " -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n" " -W, --twiddle_timeout timeout after detecting vfo manual change\n" - " -W, --twiddle_rit suppress VFOB getfreq so RIT can be twiddled" + " -W, --twiddle_rit suppress VFOB getfreq so RIT can be twiddled\n" " -x, --uplink set uplink get_freq ignore, 1=Sub, 2=Main\n" " -Z, --debug-time-stamps enable time stamps for debug messages\n" " -h, --help display this help and exit\n" ----------------------------------------------------------------------- Summary of changes: tests/rigctld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |