Document existing option to read commands from stdin

pull/1735/head
Daniele Forsi IU5HKX 2025-05-13 22:29:40 +02:00
rodzic 57e5dba438
commit dc3a71da1b
3 zmienionych plików z 9 dodań i 3 usunięć

Wyświetl plik

@ -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);

Wyświetl plik

@ -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);

Wyświetl plik

@ -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);