kopia lustrzana https://github.com/Hamlib/Hamlib
Update long command for -Y rigctl option and man page
rodzic
20d5209e3b
commit
9a49167b69
|
@ -27,6 +27,7 @@ rigctl \- control radio transceivers and receivers
|
||||||
.OP \-c id
|
.OP \-c id
|
||||||
.OP \-t char
|
.OP \-t char
|
||||||
.OP \-C parm=val
|
.OP \-C parm=val
|
||||||
|
.RG \-Y
|
||||||
.RB [ \-v [ \-Z ]]
|
.RB [ \-v [ \-Z ]]
|
||||||
.RB [ command | \- ]
|
.RB [ command | \- ]
|
||||||
.YS
|
.YS
|
||||||
|
@ -281,6 +282,9 @@ is used.
|
||||||
Set verbose mode, cumulative (see
|
Set verbose mode, cumulative (see
|
||||||
.B DIAGNOSTICS
|
.B DIAGNOSTICS
|
||||||
below).
|
below).
|
||||||
|
.TP
|
||||||
|
.BR \-Y "," \-\-\ignore\-err
|
||||||
|
Ignores rig open errors
|
||||||
.
|
.
|
||||||
.TP
|
.TP
|
||||||
.BR \-Z ", " \-\-debug\-time\-stamps
|
.BR \-Z ", " \-\-debug\-time\-stamps
|
||||||
|
|
|
@ -698,6 +698,7 @@ void usage(void)
|
||||||
" -I, --save-history save current interactive session history\n"
|
" -I, --save-history save current interactive session history\n"
|
||||||
#endif
|
#endif
|
||||||
" -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n"
|
" -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n"
|
||||||
|
" -Y, --ignore_err ignore rig_open errors\n"
|
||||||
" -Z, --debug-time-stamps enable time stamps for debug messages\n"
|
" -Z, --debug-time-stamps enable time stamps for debug messages\n"
|
||||||
" -h, --help display this help and exit\n"
|
" -h, --help display this help and exit\n"
|
||||||
" -V, --version output version information and exit\n\n"
|
" -V, --version output version information and exit\n\n"
|
||||||
|
|
Ładowanie…
Reference in New Issue