Adda note that --daemonize is linux only to its help text

This commit is contained in:
Kovid Goyal 2017-06-30 10:52:11 +05:30
parent e116d5cb5c
commit ee2b2e8d20
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -113,7 +113,7 @@ libraries that the main calibre program knows about will be used.
'--daemonize',
default=False,
action='store_true',
help=_('Run process in background as a daemon.'))
help=_('Run process in background as a daemon (Linux only).'))
parser.add_option(
'--pidfile', default=None, help=_('Write process PID to the specified file'))
parser.add_option(