diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 21:46:53 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 21:46:53 +0100 |
commit | 0163093730b49291cd4c6353cee05f4ca780e948 (patch) | |
tree | e3b62ce803cab33eb738bdeda2be14e668955b5b /openvpn/src/openvpn/options.h | |
parent | 1eedf7186d1667f06c4d21c0a84a05bd693a8e15 (diff) |
Update openvpn source code
Diffstat (limited to 'openvpn/src/openvpn/options.h')
-rw-r--r-- | openvpn/src/openvpn/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openvpn/src/openvpn/options.h b/openvpn/src/openvpn/options.h index 4e97a192..dda9658a 100644 --- a/openvpn/src/openvpn/options.h +++ b/openvpn/src/openvpn/options.h @@ -305,7 +305,7 @@ struct options bool log; bool suppress_timestamps; - bool parsable_output; + bool machine_readable_output; int nice; int verbosity; int mute; |