aboutsummaryrefslogtreecommitdiffstats
path: root/docs/troubleshooting.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-07-16 11:17:12 +0200
committerDmitry Vyukov <dvyukov@google.com>2019-07-16 11:18:12 +0200
commita96368919742ef6c1f80f2e59566a99198c27ea6 (patch)
tree0526870930fcda79dff5b47b70f590324c7bb9b1 /docs/troubleshooting.md
parent84d08cdf2d65976799e858fd6add094cd462b506 (diff)
pkg/log: rename -v to -vv
To avoid conflicts with programs that import both syzkaller packages and github.com/golang/glog which also defines -v flag.
Diffstat (limited to 'docs/troubleshooting.md')
-rw-r--r--docs/troubleshooting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md
index bd705ee38..4a248b71c 100644
--- a/docs/troubleshooting.md
+++ b/docs/troubleshooting.md
@@ -6,7 +6,7 @@ Here are some things to check if there are problems running syzkaller.
from both the `syz-manager` top-level program and the `syz-fuzzer` instances. With this option
syzkaller will only run one VM instance.
- - Use the `-v N` command line option to increase the amount of logging output, from both
+ - Use the `-vv N` command line option to increase the amount of logging output, from both
the `syz-manager` top-level program and the `syz-fuzzer` instances (which go to the
output files in the `crashes` subdirectory of the working directory). Higher values of
N give more output.