Skip to content

Commit

Permalink
Change help for polling interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mhemeryck committed Nov 29, 2018
1 parent c3e04ed commit e4af4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
var showVersion bool
flag.BoolVar(&showVersion, "version", false, "Print version info and exit")
var pollingInterval int
flag.IntVar(&pollingInterval, "polling_interval", 50, "Polling interval for one coil group in millis")
flag.IntVar(&pollingInterval, "polling_interval", 50, "Polling interval per digital input in millis")
var caFile string
flag.StringVar(&caFile, "cafile", "", "CA certificate used for MQTT TLS setup")
var broker string
Expand Down

0 comments on commit e4af4c5

Please sign in to comment.