mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-03 15:29:58 +01:00
Clarify cmdline argument's description
This commit is contained in:
parent
66dcebc8b5
commit
dfe09051e2
2
args.go
2
args.go
|
|
@ -13,7 +13,7 @@ var enableSerialDevice bool
|
|||
func parseArgs() {
|
||||
h := getopt.BoolLong("help", 'h', "display help")
|
||||
a := getopt.StringLong("address", 'a', "IC-705", "Connect to address")
|
||||
t := getopt.Uint16Long("serial-tcp-port", 'p', 4533, "Expose radio's serial port as TCP port for rigctl")
|
||||
t := getopt.Uint16Long("serial-tcp-port", 'p', 4533, "Expose radio's serial port on this TCP port")
|
||||
s := getopt.BoolLong("enable-serial-device", 's', "Expose radio's serial port as a virtual serial port")
|
||||
|
||||
getopt.Parse()
|
||||
|
|
|
|||
Loading…
Reference in a new issue