compileopts: replace 'retries' with more correct 'timeout' param

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2022-12-18 20:22:54 +01:00
committed by Ron Evans
parent c90ff1e1cf
commit c5c6464175
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ type Options struct {
PrintJSON bool
Monitor bool
BaudRate int
Retries int
Timeout time.Duration
}
// Verify performs a validation on the given options, raising an error if options are not valid.