From b7a0bdf4fee8492c176637cade0cbfabc19be24f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 15 Sep 2016 08:50:54 +0530 Subject: [PATCH] ... --- src/calibre/library/server/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/server/__init__.py b/src/calibre/library/server/__init__.py index 51853fbcc1..2ed6f42448 100644 --- a/src/calibre/library/server/__init__.py +++ b/src/calibre/library/server/__init__.py @@ -32,7 +32,7 @@ def server_config(defaults=None): c.add_opt('username', ['--username'], default='calibre', help=_('Username for access. By default, it is: %default')) c.add_opt('develop', ['--develop'], default=False, - help=_('Development mode. Server automatically restarts on file changes and serves code files (html, css, js) from the file system instead of calibre\'s resource system.')) # noqa + help=_('Development mode. Server logs to stdout, with more verbose logging and has much lower timeouts.')) # noqa c.add_opt('max_cover', ['--max-cover'], default='600x800', help=_('The maximum size for displayed covers. Default is %default.')) c.add_opt('max_opds_items', ['--max-opds-items'], default=30,