From e25b79fa98b434dfdbe9c2e2b1870f6d3aeebd87 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 4 Sep 2016 11:22:06 +0200 Subject: stress: fix flag description --- tools/syz-stress/stress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/syz-stress/stress.go b/tools/syz-stress/stress.go index bb2352f76..0507f0f5c 100644 --- a/tools/syz-stress/stress.go +++ b/tools/syz-stress/stress.go @@ -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") -- cgit mrf-deployment