summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2017-05-22 13:11:10 -0400
committerjim-p <jimp@pfsense.org>2017-05-22 13:11:10 -0400
commit85d564f0fd278d27f1a2ff89214bf297676bfd0c (patch)
tree606964e1bb6be00d869595894f1e41afaede52b2 /src
parent39fed386534d3e7dc6fc248cc6cdf831cf422000 (diff)
downloadpfsense-85d564f0fd278d27f1a2ff89214bf297676bfd0c.zip
pfsense-85d564f0fd278d27f1a2ff89214bf297676bfd0c.tar.gz
Fix help text for route_no_exec. Issue #7575
Diffstat (limited to 'src')
-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 f0c612c..9e16805 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -877,7 +877,7 @@ if ($act=="new" || $act=="edit"):
'Don\'t add/remove routes',
'Don\'t add or remove routes automatically',
$pconfig['route_no_exec']
- ))->setHelp('Pass routes to --route-upscript using environmental variables.');
+ ))->setHelp('Do not execute operating system commands to install routes. Instead, pass routes to --route-up script using environmental variables.');
$form->add($section);
OpenPOWER on IntegriCloud