kopia lustrzana https://github.com/Hamlib/Hamlib
Document existing option to read commands from stdin
rodzic
57e5dba438
commit
dc3a71da1b
|
@ -490,7 +490,9 @@ void usage()
|
|||
" -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\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"
|
||||
" -V, --version output version information and exit\n"
|
||||
" - read commands from standard input\n"
|
||||
"\n"
|
||||
);
|
||||
|
||||
usage_amp(stdout);
|
||||
|
|
|
@ -957,7 +957,9 @@ void usage(void)
|
|||
" -h, --help display this help and exit\n"
|
||||
" -V, --version output version information and exit\n"
|
||||
" -!, --cookie use cookie control\n"
|
||||
" -#, --skip-init skip rig initialization\n\n"
|
||||
" -#, --skip-init skip rig initialization\n"
|
||||
" - read commands from standard input\n"
|
||||
"\n"
|
||||
);
|
||||
|
||||
usage_rig(stdout);
|
||||
|
|
|
@ -552,7 +552,9 @@ void usage()
|
|||
" -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\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"
|
||||
" -V, --version output version information and exit\n"
|
||||
" - read commands from standard input\n"
|
||||
"\n"
|
||||
);
|
||||
|
||||
usage_rot(stdout);
|
||||
|
|
Ładowanie…
Reference in New Issue