diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-12 15:11:16 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-12 15:11:16 +0100 |
commit | ed121da8eb6d6d60a3fe83de41d12c7c694186cb (patch) | |
tree | d4daf16556b7df05534dd71cdbb9ba8b9c7957a4 /doc/source/manual/cmdline.rst | |
parent | be929dbe2dffa82ca1f91538f56a1bb0490000bd (diff) | |
download | fastd-ed121da8eb6d6d60a3fe83de41d12c7c694186cb.tar fastd-ed121da8eb6d6d60a3fe83de41d12c7c694186cb.zip |
doc: add documentation for the status socket option
Diffstat (limited to 'doc/source/manual/cmdline.rst')
-rw-r--r-- | doc/source/manual/cmdline.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/manual/cmdline.rst b/doc/source/manual/cmdline.rst index 66211ca..bd17249 100644 --- a/doc/source/manual/cmdline.rst +++ b/doc/source/manual/cmdline.rst @@ -15,6 +15,9 @@ Command line options and config files are parsed in order they are specified, so --pid-file <filename> Writes fastd's PID to the specified file. +--status-socket <socket> + Configures a socket to get fastd's status. + --log-level <error|warn|info|verbose|debug|debug2> Sets the stderr log level; default is info, if no alternative log destination ist configured. |