From d4638fc663cc807cfb778ae6e64b4024d28b68a7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 1 Feb 2021 10:45:36 +0530 Subject: [PATCH] ... --- src/calibre/db/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/db/cli/main.py b/src/calibre/db/cli/main.py index c56d7b6ae7..5ab56bf483 100644 --- a/src/calibre/db/cli/main.py +++ b/src/calibre/db/cli/main.py @@ -88,7 +88,7 @@ def get_parser(usage): '--timeout', type=float, 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.') )