diff options
| author | Sergey M <dstftw@gmail.com> | 2015-11-19 22:44:08 +0600 | 
|---|---|---|
| committer | Sergey M <dstftw@gmail.com> | 2015-11-19 22:44:08 +0600 | 
| commit | f270cf1a267fc1f9fbbe6dd420ba1ef491b38ffc (patch) | |
| tree | 5701aab3493431b12e1252964ca67dfcb67e5ed5 /youtube_dl/options.py | |
| parent | 371c3b796cb4168dbb2cb1ad48e3cf12745a8601 (diff) | |
| parent | 741dd8ea65b276997f3eadae43b2879e9a229a80 (diff) | |
Merge pull request #7519 from barlik/master
Clarify that automatic subtitles are generated.
Diffstat (limited to 'youtube_dl/options.py')
| -rw-r--r-- | youtube_dl/options.py | 2 | 
1 files changed, 1 insertions, 1 deletions
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,  | 
