From fd3c2a5b2e4a67a33a7847175cc77eb3c1a51052 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Jan 2026 08:58:11 +0530 Subject: [PATCH] ... --- src/calibre/db/cli/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/db/cli/main.py b/src/calibre/db/cli/main.py index b2880415ed..a882a7da13 100644 --- a/src/calibre/db/cli/main.py +++ b/src/calibre/db/cli/main.py @@ -59,10 +59,10 @@ def get_parser(usage): ' on the server. For details on how to setup access via a Content server, see' ' {0}.' ).format(localize_user_manual_link( - 'https://manual.calibre-ebook.com/generated/en/calibredb.html', + 'https://manual.calibre-ebook.com/generated/en/calibredb.html'), 'http://hostname:port/#library_id', 'http://localhost:8080/#mylibrary', - )) + ) ) go.add_option( '-h', '--help', help=_('show this help message and exit'), action='help'