manpage: document --log-target=file:PATH

This commit is contained in:
Peter Meerwald 2012-01-08 13:16:49 +01:00 committed by Tanu Kaskinen
parent ea2b80b20a
commit 5f16d42ffa

View file

@ -217,12 +217,13 @@ USA.
</option>
<option>
<p><opt>--log-target</opt><arg>={auto,syslog,stderr}</arg></p>
<p><opt>--log-target</opt><arg>={auto,syslog,stderr,file:PATH}</arg></p>
<optdesc><p>Specify the log target. If set to <arg>auto</arg>
(which is the default), then logging is directed to syslog when
<opt>--daemonize</opt> is passed, otherwise to
STDERR.</p></optdesc>
STDERR. If set to <arg>file:PATH</arg>, logging is directed to
the file indicated by PATH.</p></optdesc>
</option>
<option>