浏览代码

[options] Add missing closing parenthesis

Sergey M․ 9 年之前
父节点
当前提交
53be8894e4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/options.py

+ 1 - 1
youtube_dl/options.py

@@ -419,7 +419,7 @@ def parseOpts(overrideArguments=None):
         '--hls-use-mpegts',
         dest='hls_use_mpegts', action='store_true',
         help='Use the mpegts container for HLS videos, allowing to play the '
-             'video while downloading (some players may not be able to play it')
+             'video while downloading (some players may not be able to play it)')
     downloader.add_option(
         '--external-downloader',
         dest='external_downloader', metavar='COMMAND',