This commit is contained in:
Kovid Goyal 2021-02-01 10:45:36 +05:30
parent 07aabb488b
commit d4638fc663
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -88,7 +88,7 @@ def get_parser(usage):
'--timeout', '--timeout',
type=float, type=float,
default=120, default=120,
help=_('The timeout, in seconds when connecting to a calibre library over the network. The default is' help=_('The timeout, in seconds, when connecting to a calibre library over the network. The default is'
' two minutes.') ' two minutes.')
) )