[README.md] Clarify configuration file options syntax
authorSergey M <dstftw@gmail.com>
Sat, 27 Feb 2016 21:04:06 +0000 (03:04 +0600)
committerSergey M <dstftw@gmail.com>
Sat, 27 Feb 2016 21:04:06 +0000 (03:04 +0600)
README.md

index 7d9d501d7b0f0b7cb35806498467455ad687ae11..ea4ad327becdf85f4e6bd535971298285f15da32 100644 (file)
--- a/README.md
+++ b/README.md
@@ -419,6 +419,8 @@ For example, with the following configuration file youtube-dl will always extrac
 -o ~/Movies/%(title)s.%(ext)s
 ```
 
+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`.
+
 You can use `--ignore-config` if you want to disable the configuration file for a particular youtube-dl run.
 
 ### Authentication with `.netrc` file