summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-31 07:13:54 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-31 07:13:54 +0000
commitc421bacf58c9f913fb9b7fe56a4494dbeb786c2e (patch)
tree13ec63d635b3f7011de0dbabcb5e56b2a4e61c4f
parented3042470f498fbf1468d3d757982a19df38b3bd (diff)
downloadopenvpn-c421bacf58c9f913fb9b7fe56a4494dbeb786c2e.tar.gz
openvpn-c421bacf58c9f913fb9b7fe56a4494dbeb786c2e.tar.xz
openvpn-c421bacf58c9f913fb9b7fe56a4494dbeb786c2e.zip
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
-rw-r--r--management/management-notes.txt3
-rw-r--r--openvpn.82
-rw-r--r--options.c2
3 files changed, 4 insertions, 3 deletions
diff --git a/management/management-notes.txt b/management/management-notes.txt
index 5327338..6f50b39 100644
--- a/management/management-notes.txt
+++ b/management/management-notes.txt
@@ -378,7 +378,8 @@ Command examples:
status -- Show status information using the default status
format version.
-status 2 -- Show status information using status format version 2.
+status 3 -- Show status information using the format of
+ --status-version 3.
COMMAND -- username
-------------------
diff --git a/openvpn.8 b/openvpn.8
index 2e95d4a..b0cb3b0 100644
--- a/openvpn.8
+++ b/openvpn.8
@@ -2380,7 +2380,7 @@ signal.
.B --status-version [n]
Choose the status file format version number. Currently
.B n
-can be 1 or 2 and defaults to 1.
+can be 1, 2, or 3 and defaults to 1.
.\"*********************************************************
.TP
.B --mute n
diff --git a/options.c b/options.c
index 3986057..e84e03c 100644
--- a/options.c
+++ b/options.c
@@ -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