Use bidiv instead of fribidi if available (Fixes #1912)
[youtube-dl] / youtube_dl / __init__.py
index 63437301b6fb43f360856646184f7161e2d76c3b..c37d28c5997ed8d348afdcefe61acef1b0bd511e 100644 (file)
@@ -194,7 +194,7 @@ def parseOpts(overrideArguments=None):
         type=float, default=None, help=optparse.SUPPRESS_HELP)
     general.add_option(
         '--bidi-workaround', dest='bidi_workaround', action='store_true',
-        help=u'Work around terminals that lack bidirectional text support. Requires fribidi executable in PATH')
+        help=u'Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH')
 
 
     selection.add_option(