diff options
Diffstat (limited to 'compileopts')
-rw-r--r-- | compileopts/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compileopts/options.go b/compileopts/options.go index 11d8d40b2..ba3950f53 100644 --- a/compileopts/options.go +++ b/compileopts/options.go @@ -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. |