aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-05-22 16:14:55 +0200
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>2015-05-22 16:15:50 +0200
commit79979c689713fd28e8fdf08bd71eecb6798f23d9 (patch)
tree457b1e6f9e11174132455daab780e2ca0fb98fd0 /youtube_dl/options.py
parentba6454761687e099f960b50cb50a9b87f4ec6d17 (diff)
downloadyoutube-dl-79979c689713fd28e8fdf08bd71eecb6798f23d9.tar.xz
Clarify that --dump-pages encodes the pages using base64 (#5781)
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index dd07266b7..5a2315bd9 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -537,7 +537,7 @@ def parseOpts(overrideArguments=None):
verbosity.add_option(
'--dump-pages', '--dump-intermediate-pages',
action='store_true', dest='dump_intermediate_pages', default=False,
- help='Print downloaded pages to debug problems (very verbose)')
+ help='Print downloaded pages encoded using base64 to debug problems (very verbose)')
verbosity.add_option(
'--write-pages',
action='store_true', dest='write_pages', default=False,