1
0
Fork 0

Keep help lowercase

timestamps
dump_stack() 2023-01-31 09:57:53 +00:00
parent ce8f8d3a38
commit 82436cbd83
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

2
pew.go
View File

@ -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) {