Keep help lowercase
This commit is contained in:
parent
ce8f8d3a38
commit
82436cbd83
2
pew.go
2
pew.go
@ -42,7 +42,7 @@ type PewCmd struct {
|
|||||||
QemuTimeout time.Duration `help:"timeout for qemu"`
|
QemuTimeout time.Duration `help:"timeout for qemu"`
|
||||||
DockerTimeout time.Duration `help:"timeout for docker"`
|
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) {
|
func (cmd PewCmd) Run(g *Globals) (err error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user