Explorar o código

[options] Add missing whitespace for --fixup description

Sergey M․ %!s(int64=10) %!d(string=hai) anos
pai
achega
5774ef35c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/options.py

+ 1 - 1
youtube_dl/options.py

@@ -725,7 +725,7 @@ def parseOpts(overrideArguments=None):
         metavar='POLICY', dest='fixup', default='detect_or_warn',
         metavar='POLICY', dest='fixup', default='detect_or_warn',
         help='Automatically correct known faults of the file. '
         help='Automatically correct known faults of the file. '
              'One of never (do nothing), warn (only emit a warning), '
              'One of never (do nothing), warn (only emit a warning), '
-             'detect_or_warn(the default; fix file if we can, warn otherwise)')
+             'detect_or_warn (the default; fix file if we can, warn otherwise)')
     postproc.add_option(
     postproc.add_option(
         '--prefer-avconv',
         '--prefer-avconv',
         action='store_false', dest='prefer_ffmpeg',
         action='store_false', dest='prefer_ffmpeg',