stress: fix flag description

This commit is contained in:
Dmitry Vyukov 2016-09-04 11:22:06 +02:00
parent 136250619e
commit e25b79fa98

View File

@ -24,7 +24,7 @@ import (
)
var (
flagCorpus = flag.String("corpus", "", "corpus directory")
flagCorpus = flag.String("corpus", "", "zip file with corpus")
flagExecutor = flag.String("executor", "./syz-executor", "path to executor binary")
flagOutput = flag.Bool("output", false, "print executor output to console")
flagProcs = flag.Int("procs", 2*runtime.NumCPU(), "number of parallel processes")