summaryrefslogtreecommitdiff
path: root/youtube_dl/options.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2017-02-17 23:18:26 +0700
committerSergey M․ <dstftw@gmail.com>2017-02-17 23:18:26 +0700
commit2c1f442c2bb4de65479f2e6c2f81c5741445184e (patch)
tree43a4c877ba9963ef5632dd5cd30eee39ae9d1992 /youtube_dl/options.py
parentbad4ccdb5db7c00865d433558ddfcdfdbd499343 (diff)
[options] Add missing spaces
Diffstat (limited to 'youtube_dl/options.py')
-rw-r--r--youtube_dl/options.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/youtube_dl/options.py b/youtube_dl/options.py
index 349f44778..2fea99ff2 100644
--- a/youtube_dl/options.py
+++ b/youtube_dl/options.py
@@ -298,14 +298,14 @@ def parseOpts(overrideArguments=None):
metavar='FILTER', dest='match_filter', default=None,
help=(
'Generic video filter. '
- 'Specify any key (see help for -o for a list of available keys) to'
- ' match if the key is present, '
- '!key to check if the key is not present,'
+ 'Specify any key (see help for -o for a list of available keys) to '
+ 'match if the key is present, '
+ '!key to check if the key is not present, '
'key > NUMBER (like "comment_count > 12", also works with '
'>=, <, <=, !=, =) to compare against a number, and '
'& to require multiple matches. '
- 'Values which are not known are excluded unless you'
- ' put a question mark (?) after the operator.'
+ 'Values which are not known are excluded unless you '
+ 'put a question mark (?) after the operator. '
'For example, to only match videos that have been liked more than '
'100 times and disliked less than 50 times (or the dislike '
'functionality is not available at the given service), but who '