summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_openvpn_client.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-03-24 16:06:37 -0500
committerChris Buechler <cmb@pfsense.org>2016-03-24 16:06:37 -0500
commit507df66b53a35689a55d9ea50036d9ea8ee17a4b (patch)
treeeb54fe1e5dc67f9fa8273e23da302337fb77b5fa /src/usr/local/www/vpn_openvpn_client.php
parent029098fe0472904acd39995f2624b92fdf25a0c2 (diff)
downloadpfsense-507df66b53a35689a55d9ea50036d9ea8ee17a4b.zip
pfsense-507df66b53a35689a55d9ea50036d9ea8ee17a4b.tar.gz
Clarify OpenVPN verb level descriptions
Diffstat (limited to 'src/usr/local/www/vpn_openvpn_client.php')
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 39beca7..b2f6715 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -785,7 +785,7 @@ if ($act=="new" || $act=="edit"):
$openvpn_verbosity_level
))->setHelp('Each level shows all info from the previous levels. Level 3 is recommended if you want a good summary of what\'s happening without being swamped by output' . '<br /><br />' .
'None: Only fatal errors' . '<br />' .
- 'Default: Normal usage range' . '<br />' .
+ 'Default through 4: Normal usage range' . '<br />' .
'5: Output R and W characters to the console for each packet read and write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/TAP packets' .'<br />' .
'6: Debug info range');
OpenPOWER on IntegriCloud