diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-02 23:38:30 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-02 23:38:30 +0600 |
commit | 0669c89c55a77eeda2b9767e096c465b12c67b8c (patch) | |
tree | 8ba5a0c3199478ca8d21669026ac7d0023a3f410 | |
parent | 2699da8041cf10a636e0ac99efb91854b2c3aa58 (diff) |
[options] Clarify `--write-annotations` help
-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 d0aa8296d..22dbc3aec 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -637,7 +637,7 @@ def parseOpts(overrideArguments=None): filesystem.add_option( '--write-annotations', action='store_true', dest='writeannotations', default=False, - help='Write video annotations to a .annotation file') + help='Write video annotations to a .annotations.xml file') filesystem.add_option( '--load-info', dest='load_info_filename', metavar='FILE', |