Browse code

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

james authored on 2008/10/31 16:13:54
Showing 3 changed files
... ...
@@ -378,7 +378,8 @@ Command examples:
378 378
 status   -- Show status information using the default status
379 379
             format version.
380 380
 
381
-status 2 -- Show status information using status format version 2.
381
+status 3 -- Show status information using the format of
382
+            --status-version 3.
382 383
 
383 384
 COMMAND -- username
384 385
 -------------------
... ...
@@ -2380,7 +2380,7 @@ signal.
2380 2380
 .B --status-version [n]
2381 2381
 Choose the status file format version number.  Currently
2382 2382
 .B n
2383
-can be 1 or 2 and defaults to 1.
2383
+can be 1, 2, or 3 and defaults to 1.
2384 2384
 .\"*********************************************************
2385 2385
 .TP
2386 2386
 .B --mute n
... ...
@@ -294,7 +294,7 @@ static const char usage_message[] =
294 294
   "--mute n        : Log at most n consecutive messages in the same category.\n"
295 295
   "--status file n : Write operational status to file every n seconds.\n"
296 296
   "--status-version [n] : Choose the status file format version number.\n"
297
-  "                  Currently, n can be 1 or 2 (default=1).\n"
297
+  "                  Currently, n can be 1, 2, or 3 (default=1).\n"
298 298
 #ifdef ENABLE_OCC
299 299
   "--disable-occ   : Disable options consistency check between peers.\n"
300 300
 #endif