From ee2b2e8d2074dece4991f4d2f948f43a66d1724b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Jun 2017 10:52:11 +0530 Subject: [PATCH] Adda note that --daemonize is linux only to its help text --- src/calibre/srv/standalone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/srv/standalone.py b/src/calibre/srv/standalone.py index dd22a27ee3..13ca01b45b 100644 --- a/src/calibre/srv/standalone.py +++ b/src/calibre/srv/standalone.py @@ -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(