From 2f41633928e9c226a98493576a824d80547964c1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 10 May 2017 10:18:07 +0530 Subject: [PATCH] A little redundant explanation --- manual/custom.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manual/custom.py b/manual/custom.py index 431dc279a0..7875842838 100644 --- a/manual/custom.py +++ b/manual/custom.py @@ -120,7 +120,9 @@ def generate_calibredb_help(preamble, app): If you are running the server from the main calibre program, use :guilabel:`Preferences->Sharing over the net->Require username/password`. - + To connect to a running Content server, pass the URL of the server to the + :option:`--with-library` option, see the documentation of that option for + details and examples. ''') global_parser = get_parser('')