mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Adda note that --daemonize is linux only to its help text
This commit is contained in:
parent
e116d5cb5c
commit
ee2b2e8d20
@ -113,7 +113,7 @@ libraries that the main calibre program knows about will be used.
|
|||||||
'--daemonize',
|
'--daemonize',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help=_('Run process in background as a daemon.'))
|
help=_('Run process in background as a daemon (Linux only).'))
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
'--pidfile', default=None, help=_('Write process PID to the specified file'))
|
'--pidfile', default=None, help=_('Write process PID to the specified file'))
|
||||||
parser.add_option(
|
parser.add_option(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user