浏览代码

remove useless line, the result is never used

Jouke Waleson 10 年之前
父节点
当前提交
fab6d4c048
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      devscripts/fish-completion.py

+ 0 - 1
devscripts/fish-completion.py

@@ -30,7 +30,6 @@ def build_completion(opt_parser):
     for group in opt_parser.option_groups:
         for option in group.option_list:
             long_option = option.get_opt_string().strip('-')
-            shell_quote([option.help])
             complete_cmd = ['complete', '--command', 'youtube-dl', '--long-option', long_option]
             if option._short_opts:
                 complete_cmd += ['--short-option', option._short_opts[0].strip('-')]