From c634b7c946fe6d6679ce3723dc77e43d155b69a4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Mar 2014 09:31:25 +0530 Subject: [PATCH] ... --- src/calibre/library/server/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/calibre/library/server/main.py b/src/calibre/library/server/main.py index 78420e1534..416c87de42 100644 --- a/src/calibre/library/server/main.py +++ b/src/calibre/library/server/main.py @@ -59,7 +59,9 @@ The OPDS interface is advertised via BonJour automatically. help=_('Specifies a virtual library to be used for this invocation. ' 'This option overrides any per-library settings specified' ' in the GUI. For compatibility, if the value is not a ' - 'virtual library but is a saved search, that saved search is used.')) + 'virtual library but is a saved search, that saved search is used.' + ' Also note that if you do not specify a restriction,' + ' the value specified in the GUI (if any) will be used.')) parser.add_option('--auto-reload', default=False, action='store_true', help=_('Auto reload server when source code changes. May not' ' work in all environments.'))