diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-09-04 11:22:06 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-09-05 12:49:47 +0200 |
| commit | e25b79fa98b434dfdbe9c2e2b1870f6d3aeebd87 (patch) | |
| tree | 14e5fb49c19c7a06bd1c78bdb1f6607fb55c338f /tools | |
| parent | 136250619ea2ad1140c5933ecc7509c04d1c4c33 (diff) | |
stress: fix flag description
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/syz-stress/stress.go | 2 |
1 files changed, 1 insertions, 1 deletions
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") |
