summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2015-01-10 21:07:44 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2015-01-10 21:07:44 +0100
commitc071733fd441109633bb9bb57007fae754b7610d (patch)
tree0ee1068e81dbb84d0870211f874b6d06c8aa05eb
parentcd3063f3fa81f1ca30ff9994b7346ad7ebadd0fe (diff)
downloadyoutube-dl-c071733fd441109633bb9bb57007fae754b7610d.tar.gz
youtube-dl-c071733fd441109633bb9bb57007fae754b7610d.tar.xz
youtube-dl-c071733fd441109633bb9bb57007fae754b7610d.zip
[README] Highlight that bug reports should include the -v output
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3113f70ee..006e8d709 100644
--- a/README.md
+++ b/README.md
@@ -627,7 +627,9 @@ with youtube_dl.YoutubeDL(ydl_opts) as ydl:
 
 Bugs and suggestions should be reported at: <https://github.com/rg3/youtube-dl/issues> . Unless you were prompted so or there is another pertinent reason (e.g. GitHub fails to accept the bug report), please do not send bug reports via personal email. For discussions, join us in the irc channel #youtube-dl on freenode.
 
-Please include the full output of the command when run with `--verbose`. The output (including the first lines) contain important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever.
+**Please include the full output of youtube-dl when run with `-v`**.
+
+The output (including the first lines) contain important debugging information. Issues without the full output are often not reproducible and therefore do not get solved in short order, if ever.
 
 Please re-read your issue once again to avoid a couple of common mistakes (you can and should use this as a checklist):