diff --git a/pew.go b/pew.go index d0f2a40..10482f1 100644 --- a/pew.go +++ b/pew.go @@ -42,7 +42,7 @@ type PewCmd struct { QemuTimeout time.Duration `help:"timeout for qemu"` DockerTimeout time.Duration `help:"timeout for docker"` - Threshold float64 `help:"Reliablity threshold for exit code" default:"1.00"` + Threshold float64 `help:"reliablity threshold for exit code" default:"1.00"` } func (cmd PewCmd) Run(g *Globals) (err error) {