[options] Update help on string comparisons
authorSergey M․ <dstftw@gmail.com>
Sun, 8 Feb 2015 19:27:27 +0000 (01:27 +0600)
committerSergey M․ <dstftw@gmail.com>
Sun, 8 Feb 2015 19:27:27 +0000 (01:27 +0600)
youtube_dl/options.py

index d5e5759649a5572432b538333518c76c92ba98d7..6a795e750b814e9d4383a41faea76768df106b78 100644 (file)
@@ -298,7 +298,9 @@ def parseOpts(overrideArguments=None):
             ' brackets, as in -f "best[height=720]"'
             ' (or -f "[filesize>10M]"). '
             ' This works for filesize, height, width, tbr, abr, vbr, and fps'
-            ' and the comparisons <, <=, >, >=, =, != .'
+            ' and the comparisons <, <=, >, >=, =, !='
+            ' and for ext, acodec, vcodec, container and protocol'
+            ' and the comparisons =, != .'
             ' Formats for which the value is not known are excluded unless you'
             ' put a question mark (?) after the operator.'
             ' You can combine format filters, so  '