Przeglądaj źródła

document comments in configuration file (fixes #10024)

Philipp Hagemeister 9 lat temu
rodzic
commit
571808a7aa
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -432,6 +432,7 @@ For example, with the following configuration file youtube-dl will always extrac
 --no-mtime
 --no-mtime
 --proxy 127.0.0.1:3128
 --proxy 127.0.0.1:3128
 -o ~/Movies/%(title)s.%(ext)s
 -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`.
 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`.