From acda92f6bc76a81e6457448fdf371f9d04e0065d Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Wed, 26 Nov 2014 10:51:03 +0100 Subject: Clarify --no-playlist documentation (Closes #4309) --- youtube_dl/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/options.py') diff --git a/youtube_dl/options.py b/youtube_dl/options.py index da02fb6bb..2e8c71508 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -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, -- cgit v1.2.3