]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Updated docs to reflect the addition of
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Fri, 31 Oct 2008 07:13:54 +0000 (07:13 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Fri, 31 Oct 2008 07:13:54 +0000 (07:13 +0000)
--status-version 3.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3468 e7ae566f-a301-0410-adde-c780ea21d3b5

management/management-notes.txt
openvpn.8
options.c

index 5327338dc2f47eb815b6bcc856598b2231be0d22..6f50b399f370c4ce7dbbc0a4af9ca4547376e9a2 100644 (file)
@@ -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
 -------------------
index 2e95d4a3fcd4c6401f5ca5d10651e44933d472cd..b0cb3b014eb41aa97d5355e06ff270baf22bb377 100644 (file)
--- 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
index 398605782044c43f0c1e523c602789ebe84ffda5..e84e03c63179b78155e2611e41022f178033fb41 100644 (file)
--- 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