Use bidiv instead of fribidi if available (Fixes #1912)
This commit is contained in:
parent
c7b487d96b
commit
5d681e960d
2 changed files with 17 additions and 8 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue