Skip to content

Commit b141c14

Browse files
committed
Make help strings more similar
Fixes text indent and verbs.
1 parent 1ee8fc9 commit b141c14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/rigctl.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ void usage(void)
957957
" -h, --help display this help and exit\n"
958958
" -V, --version output version information and exit\n"
959959
" -!, --cookie use cookie control\n"
960-
" -#, --skip-init skips rig initialization\n\n"
960+
" -#, --skip-init skip rig initialization\n\n"
961961
);
962962

963963
usage_rig(stdout);

tests/rigctlcom.c

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

0 commit comments

Comments
 (0)