Merge pull request #1699 from dforsi/fix/help-strings

Make help strings more similar
pull/1709/head
Nate Bargmann 2025-04-19 21:35:06 -05:00 zatwierdzone przez GitHub
commit 071416d0d4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -957,7 +957,7 @@ 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 skips rig initialization\n\n"
" -#, --skip-init skip rig initialization\n\n"
);
usage_rig(stdout);

Wyświetl plik

@ -1781,7 +1781,7 @@ void usage()
" -S, --serial-speed2=BAUD set serial speed of the virtual com port [default=115200]\n"
" -c, --civaddr=ID set CI-V address, decimal (for Icom rigs only)\n"
" -C, --set-conf=PARM=VAL set config parameters\n"
" -B, --mapa2b maps set_freq on VFOA to VFOB -- useful for CW Skimmer\n"
" -B, --mapa2b map set_freq on VFOA to VFOB -- useful for CW Skimmer\n"
" -L, --show-conf list all config parameters\n"
" -l, --list list all model numbers and exit\n"
" -u, --dump-caps dump capabilities and exit\n"