Clarify --no-playlist documentation (Closes #4309)

This commit is contained in:
Philipp Hagemeister 2014-11-26 10:51:03 +01:00
parent ddfd0f2727
commit acda92f6bc
3 changed files with 5 additions and 2 deletions

View file

@ -222,7 +222,7 @@ def parseOpts(overrideArguments=None):
selection.add_option(
'--no-playlist',
action='store_true', dest='noplaylist', default=False,
help='download only the currently playing video')
help='If the URL refers to a video and a playlist, download only the video.')
selection.add_option(
'--age-limit',
metavar='YEARS', dest='age_limit', default=None, type=int,