pull/1860/head
Nate Bargmann 2025-08-19 20:05:20 -05:00
commit db7219b731
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FB2C5130D55A8819
13 zmienionych plików z 21 dodań i 48 usunięć

Wyświetl plik

@ -449,7 +449,7 @@ void usage()
" -r, --amp-file=DEVICE set device of the amplifier to operate on\n" " -r, --amp-file=DEVICE set device of the amplifier to operate on\n"
" -s, --serial-speed=BAUD set serial speed of the serial port\n" " -s, --serial-speed=BAUD set serial speed of the serial port\n"
" -t, --send-cmd-term=CHAR set send_cmd command termination char\n" " -t, --send-cmd-term=CHAR set send_cmd command termination char\n"
" -C, --set-conf=PARM=VAL set config parameters\n" " -C, --set-conf=PARM=VAL[,...] set config parameters\n"
" -L, --show-conf list all config parameters\n" " -L, --show-conf list all config parameters\n"
" -l, --list list all model numbers and exit\n" " -l, --list list all model numbers and exit\n"
" -u, --dump-caps dump capabilities and exit\n" " -u, --dump-caps dump capabilities and exit\n"
@ -466,6 +466,4 @@ void usage()
); );
usage_amp(stdout); usage_amp(stdout);
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -1492,6 +1492,8 @@ void usage_amp(FILE *fout)
"Commands and arguments read from standard input must be white space separated,\n" "Commands and arguments read from standard input must be white space separated,\n"
"comments are allowed, comments start with the # character and continue to the\n" "comments are allowed, comments start with the # character and continue to the\n"
"end of the line.\n"); "end of the line.\n");
fprintf(fout, "\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -694,7 +694,7 @@ void usage()
" -s, --serial-speed=BAUD set serial speed of the serial port\n" " -s, --serial-speed=BAUD set serial speed of the serial port\n"
" -t, --port=NUM set TCP listening port, default %s\n" " -t, --port=NUM set TCP listening port, default %s\n"
" -T, --listen-addr=IPADDR set listening IP address, default ANY\n" " -T, --listen-addr=IPADDR set listening IP address, default ANY\n"
" -C, --set-conf=PARM=VAL set config parameters\n" " -C, --set-conf=PARM=VAL[,...] set config parameters\n"
" -L, --show-conf list all config parameters\n" " -L, --show-conf list all config parameters\n"
" -l, --list list all model numbers and exit\n" " -l, --list list all model numbers and exit\n"
" -u, --dump-caps dump capabilities and exit\n" " -u, --dump-caps dump capabilities and exit\n"
@ -705,6 +705,4 @@ void usage()
portno); portno);
usage_amp(stdout); usage_amp(stdout);
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -910,14 +910,4 @@ void usage(void)
); );
usage_rig(stdout); usage_rig(stdout);
printf("\nError codes and messages\n");
for (enum rig_errcode_e e = 0; e < RIG_EEND; ++e)
{
printf("-%d - %s", e, rigerror2(e));
}
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -2005,6 +2005,15 @@ void usage_rig(FILE *fout)
"Commands and arguments read from standard input must be white space separated,\n" "Commands and arguments read from standard input must be white space separated,\n"
"comments are allowed, comments start with the # character and continue to the\n" "comments are allowed, comments start with the # character and continue to the\n"
"end of the line.\n"); "end of the line.\n");
fprintf(fout, "\nError codes and messages\n");
for (enum rig_errcode_e e = 0; e < RIG_EEND; ++e)
{
fprintf(fout, "-%d - %s", e, rigerror2(e));
}
fprintf(fout, "\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -1715,7 +1715,7 @@ void usage()
" -s, --serial-speed=BAUD set serial speed of the serial port\n" " -s, --serial-speed=BAUD set serial speed of the serial port\n"
" -S, --serial-speed2=BAUD set serial speed of the virtual com port [default=115200]\n" " -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, --civaddr=ID set CI-V address, decimal (for Icom rigs only)\n"
" -C, --set-conf=PARM=VAL set config parameters\n" " -C, --set-conf=PARM=VAL[,...] set config parameters\n"
" -B, --mapa2b map 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, --show-conf list all config parameters\n"
" -l, --list list all model numbers and exit\n" " -l, --list list all model numbers and exit\n"

Wyświetl plik

@ -1438,7 +1438,7 @@ void usage(void)
" -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n" " -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n"
" -W, --twiddle_timeout=SECONDS timeout after detecting vfo manual change\n" " -W, --twiddle_timeout=SECONDS timeout after detecting vfo manual change\n"
" -w, --twiddle_rit=SECONDS suppress VFOB getfreq so RIT can be twiddled\n" " -w, --twiddle_rit=SECONDS suppress VFOB getfreq so RIT can be twiddled\n"
" -x, --uplink=OPTION set uplink get_freq ignore: option 1=Sub, 2=Main\n" " -x, --uplink=OPTION set uplink get_freq ignore, option 1=Sub, 2=Main\n"
" -Z, --debug-time-stamps enable time stamps for debug messages\n" " -Z, --debug-time-stamps enable time stamps for debug messages\n"
" -A, --password=PASSWORD set password for rigctld access (NOT IMPLEMENTED)\n" " -A, --password=PASSWORD set password for rigctld access (NOT IMPLEMENTED)\n"
" -R, --rigctld-idle make rigctld close the rig when no clients are connected\n" " -R, --rigctld-idle make rigctld close the rig when no clients are connected\n"
@ -1448,15 +1448,4 @@ void usage(void)
portno); portno);
usage_rig(stdout); usage_rig(stdout);
printf("\nError codes and messages\n");
for (enum rig_errcode_e e = 0; e < RIG_EEND; ++e)
{
printf("-%d - %s", e, rigerror2(e));
}
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -611,7 +611,7 @@ void usage()
" -s, --serial-speed=BAUD set serial speed of the serial port\n" " -s, --serial-speed=BAUD set serial speed of the serial port\n"
" -S, --serial-speed2=BAUD set serial speed of the virtual com port [default=115200]\n" " -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, --civaddr=ID set CI-V address, decimal (for Icom rigs only)\n"
" -C, --set-conf=PARM=VAL set config parameters\n" " -C, --set-conf=PARM=VAL[,...] set config parameters\n"
" -L, --show-conf list all config parameters\n" " -L, --show-conf list all config parameters\n"
" -l, --list list all model numbers and exit\n" " -l, --list list all model numbers and exit\n"
" -u, --dump-caps dump capabilities and exit\n" " -u, --dump-caps dump capabilities and exit\n"

Wyświetl plik

@ -1432,7 +1432,7 @@ void usage(void)
" -t, --port=NUM set TCP listening port, default %s\n" " -t, --port=NUM set TCP listening port, default %s\n"
" -S, --separator=CHAR set char as rigctld response separator, default is \\n\n" " -S, --separator=CHAR set char as rigctld response separator, default is \\n\n"
" -T, --listen-addr=IPADDR set listening IP address, default ANY\n" " -T, --listen-addr=IPADDR set listening IP address, default ANY\n"
" -C, --set-conf=PARM=VAL set config parameters\n" " -C, --set-conf=PARM=VAL[,...] set config parameters\n"
" -L, --show-conf list all config parameters\n" " -L, --show-conf list all config parameters\n"
" -l, --list list all model numbers and exit\n" " -l, --list list all model numbers and exit\n"
" -u, --dump-caps dump capabilities and exit\n" " -u, --dump-caps dump capabilities and exit\n"
@ -1440,7 +1440,7 @@ void usage(void)
" -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n" " -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n"
" -W, --twiddle_timeout=SECONDS timeout after detecting vfo manual change\n" " -W, --twiddle_timeout=SECONDS timeout after detecting vfo manual change\n"
" -w, --twiddle_rit=SECONDS suppress VFOB getfreq so RIT can be twiddled\n" " -w, --twiddle_rit=SECONDS suppress VFOB getfreq so RIT can be twiddled\n"
" -x, --uplink set uplink get_freq ignore, 1=Sub, 2=Main\n" " -x, --uplink=OPTION set uplink get_freq ignore, option 1=Sub, 2=Main\n"
" -Z, --debug-time-stamps enable time stamps for debug messages\n" " -Z, --debug-time-stamps enable time stamps for debug messages\n"
" -M, --multicast-addr=ADDR set multicast UDP address, default 0.0.0.0 (off), recommend 224.0.1.1\n" " -M, --multicast-addr=ADDR set multicast UDP address, default 0.0.0.0 (off), recommend 224.0.1.1\n"
" -n, --multicast-port=PORT set multicast UDP port, default 4531\n" " -n, --multicast-port=PORT set multicast UDP port, default 4531\n"
@ -1451,15 +1451,4 @@ void usage(void)
portno); portno);
usage_rig(stdout); usage_rig(stdout);
printf("\nError codes and messages\n");
for (enum rig_errcode_e e = 0; e < RIG_EEND; ++e)
{
printf("-%d - %s", e, rigerror2(e));
}
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -382,7 +382,7 @@ void usage()
" -r, --rig-file=DEVICE set device of the radio to operate on\n" " -r, --rig-file=DEVICE set device of the radio to operate on\n"
" -s, --serial-speed=BAUD set serial speed of the serial port\n" " -s, --serial-speed=BAUD set serial speed of the serial port\n"
" -c, --civaddr=ID set CI-V address, decimal (for Icom rigs only)\n" " -c, --civaddr=ID set CI-V address, decimal (for Icom rigs only)\n"
" -C, --set-conf=PARM=VAL set config parameters\n" " -C, --set-conf=PARM=VAL[,...] set config parameters\n"
" -p, --set-separator=CHAR set character separator instead of the CSV comma\n" " -p, --set-separator=CHAR set character separator instead of the CSV comma\n"
" -a, --all bypass mem_caps, apply to all fields of channel_t\n" " -a, --all bypass mem_caps, apply to all fields of channel_t\n"
#ifdef HAVE_XML2 #ifdef HAVE_XML2

Wyświetl plik

@ -509,6 +509,4 @@ void usage()
); );
usage_rot(stdout); usage_rot(stdout);
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -1572,6 +1572,8 @@ void usage_rot(FILE *fout)
"Commands and arguments read from standard input must be white space separated,\n" "Commands and arguments read from standard input must be white space separated,\n"
"comments are allowed, comments start with the # character and continue to the\n" "comments are allowed, comments start with the # character and continue to the\n"
"end of the line.\n"); "end of the line.\n");
fprintf(fout, "\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }

Wyświetl plik

@ -734,6 +734,4 @@ void usage()
portno); portno);
usage_rot(stdout); usage_rot(stdout);
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
} }