kopia lustrzana https://github.com/Hamlib/Hamlib
Merge GitHub PR #1858
commit
db7219b731
|
@ -449,7 +449,7 @@ void usage()
|
|||
" -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"
|
||||
" -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, --list list all model numbers and exit\n"
|
||||
" -u, --dump-caps dump capabilities and exit\n"
|
||||
|
@ -466,6 +466,4 @@ void usage()
|
|||
);
|
||||
|
||||
usage_amp(stdout);
|
||||
|
||||
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
|
||||
}
|
||||
|
|
|
@ -1492,6 +1492,8 @@ void usage_amp(FILE *fout)
|
|||
"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"
|
||||
"end of the line.\n");
|
||||
|
||||
fprintf(fout, "\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -694,7 +694,7 @@ void usage()
|
|||
" -s, --serial-speed=BAUD set serial speed of the serial port\n"
|
||||
" -t, --port=NUM set TCP listening port, default %s\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, --list list all model numbers and exit\n"
|
||||
" -u, --dump-caps dump capabilities and exit\n"
|
||||
|
@ -705,6 +705,4 @@ void usage()
|
|||
portno);
|
||||
|
||||
usage_amp(stdout);
|
||||
|
||||
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
|
||||
}
|
||||
|
|
|
@ -910,14 +910,4 @@ void usage(void)
|
|||
);
|
||||
|
||||
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");
|
||||
|
||||
}
|
||||
|
|
|
@ -2005,6 +2005,15 @@ void usage_rig(FILE *fout)
|
|||
"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"
|
||||
"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");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1715,7 +1715,7 @@ void usage()
|
|||
" -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"
|
||||
" -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"
|
||||
" -L, --show-conf list all config parameters\n"
|
||||
" -l, --list list all model numbers and exit\n"
|
||||
|
|
|
@ -1438,7 +1438,7 @@ void usage(void)
|
|||
" -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\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"
|
||||
" -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"
|
||||
" -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"
|
||||
|
@ -1448,15 +1448,4 @@ void usage(void)
|
|||
portno);
|
||||
|
||||
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");
|
||||
|
||||
}
|
||||
|
|
|
@ -611,7 +611,7 @@ void usage()
|
|||
" -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"
|
||||
" -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, --list list all model numbers and exit\n"
|
||||
" -u, --dump-caps dump capabilities and exit\n"
|
||||
|
|
|
@ -1432,7 +1432,7 @@ void usage(void)
|
|||
" -t, --port=NUM set TCP listening port, default %s\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"
|
||||
" -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, --list list all model numbers 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"
|
||||
" -W, --twiddle_timeout=SECONDS timeout after detecting vfo manual change\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"
|
||||
" -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"
|
||||
|
@ -1451,15 +1451,4 @@ void usage(void)
|
|||
portno);
|
||||
|
||||
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");
|
||||
|
||||
}
|
||||
|
|
|
@ -382,7 +382,7 @@ void usage()
|
|||
" -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"
|
||||
" -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"
|
||||
" -a, --all bypass mem_caps, apply to all fields of channel_t\n"
|
||||
#ifdef HAVE_XML2
|
||||
|
|
|
@ -509,6 +509,4 @@ void usage()
|
|||
);
|
||||
|
||||
usage_rot(stdout);
|
||||
|
||||
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
|
||||
}
|
||||
|
|
|
@ -1572,6 +1572,8 @@ void usage_rot(FILE *fout)
|
|||
"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"
|
||||
"end of the line.\n");
|
||||
|
||||
fprintf(fout, "\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -734,6 +734,4 @@ void usage()
|
|||
portno);
|
||||
|
||||
usage_rot(stdout);
|
||||
|
||||
printf("\nReport bugs to <hamlib-developer@lists.sourceforge.net>.\n");
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue