about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2016-07-07 12:12:21 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2016-07-07 12:12:21 +0200
commit571808a7aa50fbc14c7e9db5569167bd19beac9d (patch)
tree631e247b0f9d2053cf7261bbe20c9973a777ae49 /README.md
parentdfe5fa49aed02cf36ba9f743b11b0903554b5e56 (diff)
downloadyoutube-dl-571808a7aa50fbc14c7e9db5569167bd19beac9d.tar.gz
youtube-dl-571808a7aa50fbc14c7e9db5569167bd19beac9d.tar.xz
youtube-dl-571808a7aa50fbc14c7e9db5569167bd19beac9d.zip
document comments in configuration file (fixes #10024)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bc214562d..44332ea9a 100644
--- a/README.md
+++ b/README.md
@@ -432,6 +432,7 @@ For example, with the following configuration file youtube-dl will always extrac
 --no-mtime
 --proxy 127.0.0.1:3128
 -o ~/Movies/%(title)s.%(ext)s
+# Lines starting with # are comments
 ```
 
 Note that options in configuration file are just the same options aka switches used in regular command line calls thus there **must be no whitespace** after `-` or `--`, e.g. `-o` or `--proxy` but not `- o` or `-- proxy`.