mirror of
https://github.com/reactos/syzkaller.git
synced 2025-03-02 16:45:38 +00:00
stress: fix flag description
This commit is contained in:
parent
136250619e
commit
e25b79fa98
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user