Document --socket-timeout

This commit is contained in:
Philipp Hagemeister 2014-01-05 04:36:46 +01:00
parent a5f1e12a02
commit 9656ee5d1d
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View file

@ -192,7 +192,7 @@ def parseOpts(overrideArguments=None):
help='Disable filesystem caching')
general.add_option(
'--socket-timeout', dest='socket_timeout',
type=float, default=None, help=optparse.SUPPRESS_HELP)
type=float, default=None, help=u'Time to wait before giving up, in seconds')
general.add_option(
'--bidi-workaround', dest='bidi_workaround', action='store_true',
help=u'Work around terminals that lack bidirectional text support. Requires bidiv or fribidi executable in PATH')