Update some documentation

pull/1662/head
Michael Black W9MDB 2024-12-25 15:59:40 -06:00
rodzic e0a805ebc3
commit 9ac7f92d1e
2 zmienionych plików z 10 dodań i 2 usunięć

Wyświetl plik

@ -330,6 +330,14 @@ Show version of
and exit.
.
.TP
.BR \-! ", " \-\-cookie
Sets the cookie to be used for remote access security
.
.TP
.BR \-# ", " \-\-skipinit
Skips most startup intialization. This is now automatically done when any commands are on the line.
.
.TP
.B \-
Stop option processing and read commands from standard input.
.IP

Wyświetl plik

@ -955,8 +955,8 @@ void usage(void)
" -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"
" -!, --cookie use cookie control\n\n"
" -#, --skipinit skips rig initialization\n"
" -!, --cookie use cookie control\n"
" -#, --skipinit skips rig initialization\n\n"
);
usage_rig(stdout);