diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-31 07:13:54 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-31 07:13:54 +0000 |
commit | c421bacf58c9f913fb9b7fe56a4494dbeb786c2e (patch) | |
tree | 13ec63d635b3f7011de0dbabcb5e56b2a4e61c4f /options.c | |
parent | Added --no-name-remapping option to allow Common Name, X509 Subject, (diff) | |
download | openvpn-c421bacf58c9f913fb9b7fe56a4494dbeb786c2e.tar.xz |
Updated docs to reflect the addition of
--status-version 3.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3468 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'options.c')
-rw-r--r-- | options.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -294,7 +294,7 @@ static const char usage_message[] = "--mute n : Log at most n consecutive messages in the same category.\n" "--status file n : Write operational status to file every n seconds.\n" "--status-version [n] : Choose the status file format version number.\n" - " Currently, n can be 1 or 2 (default=1).\n" + " Currently, n can be 1, 2, or 3 (default=1).\n" #ifdef ENABLE_OCC "--disable-occ : Disable options consistency check between peers.\n" #endif |