From 741dd8ea65b276997f3eadae43b2879e9a229a80 Mon Sep 17 00:00:00 2001 From: Rastislav Barlik Date: Mon, 16 Nov 2015 14:15:25 +0000 Subject: Clarify that automatic subtitles are generated. It wasn't clear what automatic word mean. --- 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 3dd6d290b..079fe7e8a 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -363,7 +363,7 @@ def parseOpts(overrideArguments=None): subtitles.add_option( '--write-auto-sub', '--write-automatic-sub', action='store_true', dest='writeautomaticsub', default=False, - help='Write automatic subtitle file (YouTube only)') + help='Write automatically generated subtitle file (YouTube only)') subtitles.add_option( '--all-subs', action='store_true', dest='allsubtitles', default=False, -- cgit v1.2.3