mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:43:51 +02:00
...
This commit is contained in:
parent
b41426373e
commit
b7a0bdf4fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue