X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=d5e5759649a5572432b538333518c76c92ba98d7;hb=9fffd0469f1353c5f5e96b91a87e34d02ae7491a;hp=5e4a1ad9b2f9e38b3ac6752f50871a4344e3cebe;hpb=469a64cebf534b702e50ad9585e63ae3f8ed5d16;p=youtube-dl diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 5e4a1ad9b..d5e575964 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -698,10 +698,9 @@ def parseOpts(overrideArguments=None): postproc.add_option( '--fixup', metavar='POLICY', dest='fixup', default='detect_or_warn', - help='(experimental) 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), ' - 'detect_or_warn(check whether we can do anything about it, warn ' - 'otherwise') + 'detect_or_warn(the default; fix file if we can, warn otherwise)') postproc.add_option( '--prefer-avconv', action='store_false', dest='prefer_ffmpeg',