This commit is contained in:
Kovid Goyal 2026-01-30 08:58:11 +05:30
parent ec66e0158c
commit fd3c2a5b2e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'