diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-09-27 22:37:17 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-09-27 22:37:17 +0200 |
commit | 4d9f6e5358b97ab104bc6c26b862ab290161568f (patch) | |
tree | b0fb4648aa6c6a17325c73ecc9413a8811a3ccae /openvpn/doc | |
parent | 9ecc730cebfeff8b5fae9d4fd1db7cf1f32da2b0 (diff) |
Implement parse-output in OpenVPN
--HG--
extra : rebase_source : 5b85b83ec885ba2af6e00092af6f62ef1c0520c0
Diffstat (limited to 'openvpn/doc')
-rw-r--r-- | openvpn/doc/openvpn.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openvpn/doc/openvpn.8 b/openvpn/doc/openvpn.8 index 72a85a90..55152c1c 100644 --- a/openvpn/doc/openvpn.8 +++ b/openvpn/doc/openvpn.8 @@ -2261,6 +2261,12 @@ otherwise would be prepended. In particular, this applies to log messages sent to stdout. .\"********************************************************* .TP +.B \-\-parsable-output +Always write timestamps and message flags to log messages, even when they +otherwise would not be prefixed. In particular, this applies to +log messages sent to stdout. +.\"********************************************************* +.TP .B \-\-writepid file Write OpenVPN's main process ID to .B file. |