Update rigctlcom information

pull/1091/head
Mike Black W9MDB 2022-07-14 16:55:24 -05:00
rodzic 30884ae47e
commit 668db3a0e2
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ rigctlcom \- COM port passthru as TS-2000 emulator to your rig
.YS
.
.SH DESCRIPTION
Allows programs which can connect to TS-2000 via COM port to use Hamlib
Allows programs which can connect to TS-2000 via COM port to use Hamlib or FLRig
radios. Multiple programs can connect to the radio via FLRig or rigctld.
.
.PP

Wyświetl plik

@ -1638,7 +1638,7 @@ void usage()
{
char *name = "rigctlcom";
printf("Usage: %s -m rignumber -r comport -s baud -R comport [OPTIONS]...\n\n"
"A TS-2000 emulator for rig sharing with programs that don't support Hamlib to be able\n"
"A TS-2000 emulator for rig sharing with programs that don't support Hamlib or FLRig to be able\n"
"to use a connected radio transceiver or receiver with FLRig or rigctld via Hamlib.\n\n",
name);