Update long command for -Y rigctl option and man page

pull/224/head
Michael Black 2020-04-05 23:35:20 -05:00
rodzic 20d5209e3b
commit 9a49167b69
2 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -27,6 +27,7 @@ rigctl \- control radio transceivers and receivers
.OP \-c id
.OP \-t char
.OP \-C parm=val
.RG \-Y
.RB [ \-v [ \-Z ]]
.RB [ command | \- ]
.YS
@ -281,6 +282,9 @@ is used.
Set verbose mode, cumulative (see
.B DIAGNOSTICS
below).
.TP
.BR \-Y "," \-\-\ignore\-err
Ignores rig open errors
.
.TP
.BR \-Z ", " \-\-debug\-time\-stamps

Wyświetl plik

@ -698,6 +698,7 @@ void usage(void)
" -I, --save-history save current interactive session history\n"
#endif
" -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"
" -h, --help display this help and exit\n"
" -V, --version output version information and exit\n\n"